#618DCD

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

Shades of Danube #618DCD

Tints of Danube #618DCD

Color information

#618DCD (or 0x618DCD) is unknown color: approx Danube. HEX triplet: 61, 8D and CD. RGB value is (97,141,205). Sum of RGB (Red+Green+Blue) = 97+141+205=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #618DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCD is #9E7232. Grayscale: #868686. Windows color (decimal): -10383923 or 13471073. OLE color: 13471073.

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

Color convert

RGB97141205-
CMYK0.530.3100.20
HSL215.56º51.92%59.22%-
HSV(B)215.56º52.68%80.39%-
XYZ25.472661.43-
YUV135.14167.42100.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=21.90%
G=31.83%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971412050.530.3100.20215.5651.9259.22
Hex618DCD351F014d8343b
Octal14121531565370243306473
Binary110000110001101110011011101011111101010011011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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