Color Hex Logo

#6674ff Color Hex

#6674FF
(102,116,255)
0 Favorites   0 Comments

Color spaces of #6674ff

RGB 102116255
HSL0.651.000.70
HSV235°60°100°
CMYK 0.600.550.00   0.00
XYZ29.774922.535697.3882
Yxy22.53560.19890.1505
Hunter Lab47.471728.8823-88.4033
CIE-Lab54.590735.3084-70.9905

#6674ff color RGB value is (102,116,255).

#6674ff hex color red value is 102, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6674ff hue: 0.65 , saturation: 1.00 and the lightness value of 6674ff is 0.70.

The process color (four color CMYK) of #6674ff color hex is 0.60, 0.55, 0.00, 0.00. Web safe color of #6674ff is #6666ff. Color #6674ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110100 11111111
Octal 146 164 377
Decimal 102 116 255
Hex 66 74 FF

RGB Percentages of Color #6674ff

%21.56
%24.52
%53.91

CMYK Percentages of Color #6674ff

%60
%55
%0
%0

Triadic Colors of #6674ff

#6674ff #ff6674 #74ff66

Analogous Colors of #6674ff

#6674ff #a566ff #66c1ff

Monochromatic Colors of #6674ff

#6674ff

Complementary Color

#6674ff #fff166

#6674ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6674ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6674ff Color CSS Codes

.mybgcolor {background-color:#6674ff; } 
.myforecolor {color:#6674ff; }
.mybordercolor {border:3px solid #6674ff; }

#6674ff Text Font Color

<p style="color:#6674ff">Text here</p>

This sample text font color is #6674ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6674ff Background Color

<div style="background-color:#6674ff">
Div content here</div>

This div background color is #6674ff


#6674ff Border Color

<div style="border:3px solid #6674ff">
Div here</div>

This div border color is #6674ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,116,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6674ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6674ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6674ff;
  box-shadow:         1px 1px 3px 2px #6674ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,116,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6674ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6674ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6674ff;
  box-shadow:         1px 1px 3px 2px #6674ff;">
Div content here</div>

This div box has shadow with color #6674ff


Comments

No comments written yet.

Please login to write comment.