#65909C

Color #65909C Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #65909C

Tints of Horizon #65909C

Color information

#65909C (or 0x65909C) is unknown color: approx Horizon. HEX triplet: 65, 90 and 9C. RGB value is (101,144,156). Sum of RGB (Red+Green+Blue) = 101+144+156=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #65909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65909C is #9A6F63. Grayscale: #848484. Windows color (decimal): -10121060 or 10260581. OLE color: 10260581.

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

Color convert

RGB101144156-
CMYK0.350.0800.39
HSL193.09º21.74%50.39%-
HSV(B)193.09º35.26%61.18%-
XYZ21.3425.1135.18-
YUV132.51141.25105.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=25.19%
G=35.91%
B=38.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011441560.350.0800.39193.0921.7450.39
Hex65909C238027c11632
Octal14522023443100473012662
Binary11001011001000010011100100011100001001111100000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65909C; }

 p { color: rgb(101,144,156); }

 H1.HeaderClassName
 {
   color: #65909C;
 }
 .AnyTagClassName
 {
   color: #65909C;
 }
</style>
background-color css

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

 a { background-color: rgb(101,144,156); }

 div.DivClassName
 {
   background-color: #65909C;
 }
 .BgClassName
 {
   background-color: #65909C;
 }
</style>
border-color css

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

 span { border-color: rgb(101,144,156); }

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