#618C9B

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

Shades of Horizon #618C9B

Tints of Horizon #618C9B

Color information

#618C9B (or 0x618C9B) is unknown color: approx Horizon. HEX triplet: 61, 8C and 9B. RGB value is (97,140,155). Sum of RGB (Red+Green+Blue) = 97+140+155=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #618C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C9B is #9E7364. Grayscale: #808080. Windows color (decimal): -10384229 or 10194017. OLE color: 10194017.

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

Color convert

RGB97140155-
CMYK0.370.1000.39
HSL195.52º23.02%49.41%-
HSV(B)195.52º37.42%60.78%-
XYZ20.2223.6634.51-
YUV128.85142.75105.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=24.74%
G=35.71%
B=39.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971401550.370.1000.39195.5223.0249.41
Hex618C9B25A027c41731
Octal14121423345120473042761
Binary11000011000110010011011100101101001001111100010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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