Html Css Color HEX #668B99 Horizon

📋 copy color: '#668B99'

red 102 ◦ green 139 ◦ blue 153

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

Shades of Horizon #668B99

Tints of Horizon #668B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 25.89%
G = 35.28%
B = 38.83%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#668B99 (or 0x668B99) is known color: Horizon. HEX triplet: 66, 8B and 99. RGB value is (102,139,153). Sum of RGB (Red+Green+Blue) = 102+139+153=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #668B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B99 is #997466. Grayscale: #818181. Windows color (decimal): -10056807 or 10062694. OLE color: 10062694.

HSL color Cylindrical-coordinate representation of color #668B99: hue angle of 196.47º 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 #668B99 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 139 153 -
CMYK 0.33 0.09 0 0.4
HSL 196.47º 0.2% 0.5% -
HSV(B) 196.47º 0.33% 0.6% -
XYZ 20.46 23.59 33.61 -
YUV 129.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 102 139 153 0.33 0.09 0 0.4 196.47 0.2 0.5
Hex 66 8B 99 21 9 0 28 C4 14 32
Octal 146 213 231 41 11 0 50 304 24 62
Binary 1100110 10001011 10011001 100001 1001 0 101000 11000100 10100 110010

Color Harmonies of #668B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B99

Black with #668B99

Text Example


Text Example

White with #668B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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