Html Css Color HEX #668F9B Horizon

📋 copy color: '#668F9B'

red 102 ◦ green 143 ◦ blue 155

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

Shades of Horizon #668F9B

Tints of Horizon #668F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 25.5%
G = 35.75%
B = 38.75%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#668F9B (or 0x668F9B) is known color: Horizon. HEX triplet: 66, 8F and 9B. RGB value is (102,143,155). Sum of RGB (Red+Green+Blue) = 102+143+155=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #668F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F9B is #997064. Grayscale: #848484. Windows color (decimal): -10055781 or 10194790. OLE color: 10194790.

HSL color Cylindrical-coordinate representation of color #668F9B: hue angle of 193.58º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668F9B is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 143 155 -
CMYK 0.34 0.08 0 0.39
HSL 193.58º 0.21% 0.5% -
HSV(B) 193.58º 0.34% 0.61% -
XYZ 21.22 24.84 34.69 -
YUV 132.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 102 143 155 0.34 0.08 0 0.39 193.58 0.21 0.5
Hex 66 8F 9B 22 8 0 27 C2 15 32
Octal 146 217 233 42 10 0 47 302 25 62
Binary 1100110 10001111 10011011 100010 1000 0 100111 11000010 10101 110010

Color Harmonies of #668F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F9B

Black with #668F9B

Text Example


Text Example

White with #668F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,155); }

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

background-color css

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

 a { background-color: rgb(102,143,155); }

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

border-color css

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

 span { border-color: rgb(102,143,155); }

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