#618B9B

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

Shades of Horizon #618B9B

Tints of Horizon #618B9B

Color information

#618B9B (or 0x618B9B) is unknown color: approx Horizon. HEX triplet: 61, 8B and 9B. RGB value is (97,139,155). Sum of RGB (Red+Green+Blue) = 97+139+155=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #618B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B9B is #9E7464. Grayscale: #808080. Windows color (decimal): -10384485 or 10193761. OLE color: 10193761.

HSL color Cylindrical-coordinate representation of color #618B9B: hue angle of 196.55º 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 #618B9B is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97139155-
CMYK0.370.1000.39
HSL196.55º23.02%49.41%-
HSV(B)196.55º37.42%60.78%-
XYZ20.0823.3734.46-
YUV128.27143.09105.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=24.81%
G=35.55%
B=39.64%

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
Decimal971391550.370.1000.39196.5523.0249.41
Hex618B9B25A027c51731
Octal14121323345120473052761
Binary11000011000101110011011100101101001001111100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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