Html Css Color HEX #668995 Horizon

📋 copy color: '#668995'

red 102 ◦ green 137 ◦ blue 149

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

Shades of Horizon #668995

Tints of Horizon #668995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 26.29%
G = 35.31%
B = 38.4%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668995 (or 0x668995) is known color: Horizon. HEX triplet: 66, 89 and 95. RGB value is (102,137,149). Sum of RGB (Red+Green+Blue) = 102+137+149=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #668995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668995 is #99766A. Grayscale: #7F7F7F. Windows color (decimal): -10057323 or 9800038. OLE color: 9800038.

HSL color Cylindrical-coordinate representation of color #668995: hue angle of 195.32º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668995 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 137 149 -
CMYK 0.32 0.08 0 0.42
HSL 195.32º 0.19% 0.49% -
HSV(B) 195.32º 0.32% 0.58% -
XYZ 19.85 22.89 31.81 -
YUV 127.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 102 137 149 0.32 0.08 0 0.42 195.32 0.19 0.49
Hex 66 89 95 20 8 0 2A C3 13 31
Octal 146 211 225 40 10 0 52 303 23 61
Binary 1100110 10001001 10010101 100000 1000 0 101010 11000011 10011 110001

Color Harmonies of #668995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668995

Black with #668995

Text Example


Text Example

White with #668995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668995; }

 p { color: rgb(102,137,149); }

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

background-color css

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

 a { background-color: rgb(102,137,149); }

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

border-color css

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

 span { border-color: rgb(102,137,149); }

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