#618DCB

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

Shades of Danube #618DCB

Tints of Danube #618DCB

Color information

#618DCB (or 0x618DCB) is unknown color: approx Danube. HEX triplet: 61, 8D and CB. RGB value is (97,141,203). Sum of RGB (Red+Green+Blue) = 97+141+203=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #618DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCB is #9E7234. Grayscale: #868686. Windows color (decimal): -10383925 or 13340001. OLE color: 13340001.

HSL color Cylindrical-coordinate representation of color #618DCB: hue angle of 215.09º 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 #618DCB is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97141203-
CMYK0.520.3100.20
HSL215.09º50.48%58.82%-
HSV(B)215.09º52.22%79.61%-
XYZ25.2325.960.17-
YUV134.91166.42100.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=22.00%
G=31.97%
B=46.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971412030.520.3100.20215.0950.4858.82
Hex618DCB341F014d7323b
Octal14121531364370243276273
Binary110000110001101110010111101001111101010011010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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