Html Css Color HEX #668492 Horizon

📋 copy color: '#668492'

red 102 ◦ green 132 ◦ blue 146

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

Shades of Horizon #668492

Tints of Horizon #668492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 26.84%
G = 34.74%
B = 38.42%

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

#668492 (or 0x668492) is known color: Horizon. HEX triplet: 66, 84 and 92. RGB value is (102,132,146). Sum of RGB (Red+Green+Blue) = 102+132+146=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #668492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668492 is #997B6D. Grayscale: #7C7C7C. Windows color (decimal): -10058606 or 9602150. OLE color: 9602150.

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

Color convert

RGB 102 132 146 -
CMYK 0.30 0.10 0 0.43
HSL 199.09º 0.18% 0.49% -
HSV(B) 199.09º 0.3% 0.57% -
XYZ 18.92 21.4 30.33 -
YUV 124.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 102 132 146 0.30 0.10 0 0.43 199.09 0.18 0.49
Hex 66 84 92 1E A 0 2B C7 12 31
Octal 146 204 222 36 12 0 53 307 22 61
Binary 1100110 10000100 10010010 11110 1010 0 101011 11000111 10010 110001

Color Harmonies of #668492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668492

Black with #668492

Text Example


Text Example

White with #668492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668492; }

 p { color: rgb(102,132,146); }

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

background-color css

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

 a { background-color: rgb(102,132,146); }

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

border-color css

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

 span { border-color: rgb(102,132,146); }

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