#618BBD

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

Shades of Danube #618BBD

Tints of Danube #618BBD

Color information

#618BBD (or 0x618BBD) is unknown color: approx Danube. HEX triplet: 61, 8B and BD. RGB value is (97,139,189). Sum of RGB (Red+Green+Blue) = 97+139+189=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #618BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BBD is #9E7442. Grayscale: #838383. Windows color (decimal): -10384451 or 12421985. OLE color: 12421985.

HSL color Cylindrical-coordinate representation of color #618BBD: hue angle of 212.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618BBD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97139189-
CMYK0.490.2600.26
HSL212.61º41.07%56.08%-
HSV(B)212.61º48.68%74.12%-
XYZ23.3524.6851.68-
YUV132.14160.09102.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 139 (54.69% from 255) = 32.71%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=22.82%
G=32.71%
B=44.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971391890.490.2600.26212.6141.0756.08
Hex618BBD311A01Ad52938
Octal14121327561320323255170
Binary110000110001011101111011100011101001101011010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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