#658F9C

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

Shades of Horizon #658F9C

Tints of Horizon #658F9C

Color information

#658F9C (or 0x658F9C) is unknown color: approx Horizon. HEX triplet: 65, 8F and 9C. RGB value is (101,143,156). Sum of RGB (Red+Green+Blue) = 101+143+156=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #658F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658F9C is #9A7063. Grayscale: #838383. Windows color (decimal): -10121316 or 10260325. OLE color: 10260325.

HSL color Cylindrical-coordinate representation of color #658F9C: hue angle of 194.18º 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 #658F9C is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101143156-
CMYK0.350.0800.39
HSL194.18º21.74%50.39%-
HSV(B)194.18º35.26%61.18%-
XYZ21.1924.8135.12-
YUV131.92141.59105.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 156 (61.33% from 255) = 39%
R=25.25%
G=35.75%
B=39%

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
Decimal1011431560.350.0800.39194.1821.7450.39
Hex658F9C238027c21632
Octal14521723443100473022662
Binary11001011000111110011100100011100001001111100001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658F9C; }

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

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

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

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

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

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

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

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