Html Css Color HEX #668391 Horizon

📋 copy color: '#668391'

red 102 ◦ green 131 ◦ blue 145

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

Shades of Horizon #668391

Tints of Horizon #668391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 26.98%
G = 34.66%
B = 38.36%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668391 (or 0x668391) is known color: Horizon. HEX triplet: 66, 83 and 91. RGB value is (102,131,145). Sum of RGB (Red+Green+Blue) = 102+131+145=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #668391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668391 is #997C6E. Grayscale: #7B7B7B. Windows color (decimal): -10058863 or 9536358. OLE color: 9536358.

HSL color Cylindrical-coordinate representation of color #668391: hue angle of 199.53º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668391 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 131 145 -
CMYK 0.30 0.10 0 0.43
HSL 199.53º 0.17% 0.48% -
HSV(B) 199.53º 0.3% 0.57% -
XYZ 18.71 21.1 29.88 -
YUV 123.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 102 131 145 0.30 0.10 0 0.43 199.53 0.17 0.48
Hex 66 83 91 1E A 0 2B C8 11 30
Octal 146 203 221 36 12 0 53 310 21 60
Binary 1100110 10000011 10010001 11110 1010 0 101011 11001000 10001 110000

Color Harmonies of #668391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668391

Black with #668391

Text Example


Text Example

White with #668391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668391; }

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

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

background-color css

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

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

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

border-color css

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

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

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