#618FCA

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

Shades of Danube #618FCA

Tints of Danube #618FCA

Color information

#618FCA (or 0x618FCA) is unknown color: approx Danube. HEX triplet: 61, 8F and CA. RGB value is (97,143,202). Sum of RGB (Red+Green+Blue) = 97+143+202=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #618FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FCA is #9E7035. Grayscale: #878787. Windows color (decimal): -10383414 or 13274977. OLE color: 13274977.

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

Color convert

RGB97143202-
CMYK0.520.2900.21
HSL213.71º49.76%58.63%-
HSV(B)213.71º51.98%79.22%-
XYZ25.4126.4559.64-
YUV135.97165.26100.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=21.95%
G=32.35%
B=45.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971432020.520.2900.21213.7149.7658.63
Hex618FCA341D015d6323b
Octal14121731264350253266273
Binary110000110001111110010101101001110101010111010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,143,202); }

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

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

 a { background-color: rgb(97,143,202); }

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

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

 span { border-color: rgb(97,143,202); }

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