#618C9C

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

Shades of Horizon #618C9C

Tints of Horizon #618C9C

Color information

#618C9C (or 0x618C9C) is unknown color: approx Horizon. HEX triplet: 61, 8C and 9C. RGB value is (97,140,156). Sum of RGB (Red+Green+Blue) = 97+140+156=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #618C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C9C is #9E7363. Grayscale: #808080. Windows color (decimal): -10384228 or 10259553. OLE color: 10259553.

HSL color Cylindrical-coordinate representation of color #618C9C: hue angle of 196.27º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #618C9C is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97140156-
CMYK0.380.1000.39
HSL196.27º23.32%49.61%-
HSV(B)196.27º37.82%61.18%-
XYZ20.3123.734.96-
YUV128.97143.25105.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=24.68%
G=35.62%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971401560.380.1000.39196.2723.3249.61
Hex618C9C26A027c41732
Octal14121423446120473042762
Binary11000011000110010011100100110101001001111100010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618C9C; }

 p { color: rgb(97,140,156); }

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

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

 a { background-color: rgb(97,140,156); }

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

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

 span { border-color: rgb(97,140,156); }

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