#618ACB

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

Shades of Danube #618ACB

Tints of Danube #618ACB

Color information

#618ACB (or 0x618ACB) is unknown color: approx Danube. HEX triplet: 61, 8A and CB. RGB value is (97,138,203). Sum of RGB (Red+Green+Blue) = 97+138+203=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #618ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACB is #9E7534. Grayscale: #848484. Windows color (decimal): -10384693 or 13339233. OLE color: 13339233.

HSL color Cylindrical-coordinate representation of color #618ACB: hue angle of 216.79º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618ACB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97138203-
CMYK0.520.3200.20
HSL216.79º50.48%58.82%-
HSV(B)216.79º52.22%79.61%-
XYZ24.825.0360.02-
YUV133.15167.42102.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=22.15%
G=31.51%
B=46.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971382030.520.3200.20216.7950.4858.82
Hex618ACB3420014d9323b
Octal14121231364400243316273
Binary1100001100010101100101111010010000001010011011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,138,203); }

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

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

 a { background-color: rgb(97,138,203); }

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

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

 span { border-color: rgb(97,138,203); }

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