Html Css Color HEX #66949F Horizon

📋 copy color: '#66949F'

red 102 ◦ green 148 ◦ blue 159

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

Shades of Horizon #66949F

Tints of Horizon #66949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 24.94%
G = 36.19%
B = 38.88%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66949F (or 0x66949F) is known color: Horizon. HEX triplet: 66, 94 and 9F. RGB value is (102,148,159). Sum of RGB (Red+Green+Blue) = 102+148+159=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #66949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949F is #996B60. Grayscale: #878787. Windows color (decimal): -10054497 or 10458214. OLE color: 10458214.

HSL color Cylindrical-coordinate representation of color #66949F: hue angle of 191.58º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66949F is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 148 159 -
CMYK 0.36 0.07 0 0.38
HSL 191.58º 0.23% 0.51% -
HSV(B) 191.58º 0.36% 0.62% -
XYZ 22.33 26.51 36.74 -
YUV 135.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 102 148 159 0.36 0.07 0 0.38 191.58 0.23 0.51
Hex 66 94 9F 24 7 0 26 C0 17 33
Octal 146 224 237 44 7 0 46 300 27 63
Binary 1100110 10010100 10011111 100100 111 0 100110 11000000 10111 110011

Color Harmonies of #66949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66949F

Black with #66949F

Text Example


Text Example

White with #66949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66949F; }

 p { color: rgb(102,148,159); }

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

background-color css

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

 a { background-color: rgb(102,148,159); }

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

border-color css

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

 span { border-color: rgb(102,148,159); }

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