Html Css Color HEX #668592 Horizon

📋 copy color: '#668592'

red 102 ◦ green 133 ◦ blue 146

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

Shades of Horizon #668592

Tints of Horizon #668592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 26.77%
G = 34.91%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668592 (or 0x668592) is known color: Horizon. HEX triplet: 66, 85 and 92. RGB value is (102,133,146). Sum of RGB (Red+Green+Blue) = 102+133+146=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #668592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668592 is #997A6D. Grayscale: #7D7D7D. Windows color (decimal): -10058350 or 9602406. OLE color: 9602406.

HSL color Cylindrical-coordinate representation of color #668592: hue angle of 197.73º 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 #668592 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 133 146 -
CMYK 0.30 0.09 0 0.43
HSL 197.73º 0.18% 0.49% -
HSV(B) 197.73º 0.3% 0.57% -
XYZ 19.06 21.68 30.37 -
YUV 125.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 102 133 146 0.30 0.09 0 0.43 197.73 0.18 0.49
Hex 66 85 92 1E 9 0 2B C6 12 31
Octal 146 205 222 36 11 0 53 306 22 61
Binary 1100110 10000101 10010010 11110 1001 0 101011 11000110 10010 110001

Color Harmonies of #668592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668592

Black with #668592

Text Example


Text Example

White with #668592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668592; }

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

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

background-color css

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

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

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

border-color css

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

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

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