Html Css Color HEX #668C99 Horizon

📋 copy color: '#668C99'

red 102 ◦ green 140 ◦ blue 153

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

Shades of Horizon #668C99

Tints of Horizon #668C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 25.82%
G = 35.44%
B = 38.73%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#668C99 (or 0x668C99) is known color: Horizon. HEX triplet: 66, 8C and 99. RGB value is (102,140,153). Sum of RGB (Red+Green+Blue) = 102+140+153=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #668C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C99 is #997366. Grayscale: #828282. Windows color (decimal): -10056551 or 10062950. OLE color: 10062950.

HSL color Cylindrical-coordinate representation of color #668C99: hue angle of 195.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668C99 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 140 153 -
CMYK 0.33 0.08 0 0.4
HSL 195.29º 0.2% 0.5% -
HSV(B) 195.29º 0.33% 0.6% -
XYZ 20.61 23.88 33.66 -
YUV 130.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 102 140 153 0.33 0.08 0 0.4 195.29 0.2 0.5
Hex 66 8C 99 21 8 0 28 C3 14 32
Octal 146 214 231 41 10 0 50 303 24 62
Binary 1100110 10001100 10011001 100001 1000 0 101000 11000011 10100 110010

Color Harmonies of #668C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C99

Black with #668C99

Text Example


Text Example

White with #668C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C99; }

 p { color: rgb(102,140,153); }

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

background-color css

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

 a { background-color: rgb(102,140,153); }

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

border-color css

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

 span { border-color: rgb(102,140,153); }

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