Html Css Color HEX #66838E Horizon

📋 copy color: '#66838E'

red 102 ◦ green 131 ◦ blue 142

#66838E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #66838E

Tints of Horizon #66838E

RGB

 RED value IS 102 (40.23% from 255) = 27.2%

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 27.2%
G = 34.93%
B = 37.87%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66838E (or 0x66838E) is known color: Horizon. HEX triplet: 66, 83 and 8E. RGB value is (102,131,142). Sum of RGB (Red+Green+Blue) = 102+131+142=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #66838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838E is #997C71. Grayscale: #7B7B7B. Windows color (decimal): -10058866 or 9339750. OLE color: 9339750.

HSL color Cylindrical-coordinate representation of color #66838E: hue angle of 196.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66838E is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 131 142 -
CMYK 0.28 0.08 0 0.44
HSL 196.5º 0.16% 0.48% -
HSV(B) 196.5º 0.28% 0.56% -
XYZ 18.48 21.01 28.67 -
YUV 123.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 102 131 142 0.28 0.08 0 0.44 196.5 0.16 0.48
Hex 66 83 8E 1C 8 0 2C C4 10 30
Octal 146 203 216 34 10 0 54 304 20 60
Binary 1100110 10000011 10001110 11100 1000 0 101100 11000100 10000 110000

Color Harmonies of #66838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66838E

Black with #66838E

Text Example


Text Example

White with #66838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66838E; }

 p { color: rgb(102,131,142); }

 H1.HeaderClassName
 {
   color: #66838E;
 }
 .AnyTagClassName
 {
   color: #66838E;
 }
</style>

background-color css

<style>
 a { background-color: #66838E; }

 a { background-color: rgb(102,131,142); }

 div.DivClassName
 {
   background-color: #66838E;
 }
 .BgClassName
 {
   background-color: #66838E;
 }
</style>

border-color css

<style>
 span { border-color: #66838E; }

 span { border-color: rgb(102,131,142); }

 td.TdClassName
 {
   border-color: #66838E;
 }
 .TagClassName
 {
   border-color: #66838E;
 }
</style>