#618BBB

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

Shades of Danube #618BBB

Tints of Danube #618BBB

Color information

#618BBB (or 0x618BBB) is unknown color: approx Danube. HEX triplet: 61, 8B and BB. RGB value is (97,139,187). Sum of RGB (Red+Green+Blue) = 97+139+187=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #618BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BBB is #9E7444. Grayscale: #838383. Windows color (decimal): -10384453 or 12290913. OLE color: 12290913.

HSL color Cylindrical-coordinate representation of color #618BBB: hue angle of 212º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618BBB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97139187-
CMYK0.480.2600.27
HSL212º39.82%55.69%-
HSV(B)212º48.13%73.33%-
XYZ23.1324.5950.54-
YUV131.91159.09103.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=22.93%
G=32.86%
B=44.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971391870.480.2600.2721239.8255.69
Hex618BBB301A01Bd42838
Octal14121327360320333245070
Binary110000110001011101110111100001101001101111010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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