#618BBE

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

Shades of Danube #618BBE

Tints of Danube #618BBE

Color information

#618BBE (or 0x618BBE) is unknown color: approx Danube. HEX triplet: 61, 8B and BE. RGB value is (97,139,190). Sum of RGB (Red+Green+Blue) = 97+139+190=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #618BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BBE is #9E7441. Grayscale: #848484. Windows color (decimal): -10384450 or 12487521. OLE color: 12487521.

HSL color Cylindrical-coordinate representation of color #618BBE: hue angle of 212.9º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618BBE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97139190-
CMYK0.490.2700.25
HSL212.9º41.7%56.27%-
HSV(B)212.9º48.95%74.51%-
XYZ23.4624.7252.25-
YUV132.26160.59102.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=22.77%
G=32.63%
B=44.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971391900.490.2700.25212.941.756.27
Hex618BBE311B019d52a38
Octal14121327661330313255270
Binary110000110001011101111101100011101101100111010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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