#658A9C

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

Shades of Horizon #658A9C

Tints of Horizon #658A9C

Color information

#658A9C (or 0x658A9C) is unknown color: approx Horizon. HEX triplet: 65, 8A and 9C. RGB value is (101,138,156). Sum of RGB (Red+Green+Blue) = 101+138+156=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #658A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658A9C is #9A7563. Grayscale: #808080. Windows color (decimal): -10122596 or 10259045. OLE color: 10259045.

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

Color convert

RGB101138156-
CMYK0.350.1200.39
HSL199.64º21.74%50.39%-
HSV(B)199.64º35.26%61.18%-
XYZ20.4623.3434.88-
YUV128.99143.24108.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=25.57%
G=34.94%
B=39.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011381560.350.1200.39199.6421.7450.39
Hex658A9C23C027c81632
Octal14521223443140473102662
Binary11001011000101010011100100011110001001111100100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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