#618FCB

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

Shades of Danube #618FCB

Tints of Danube #618FCB

Color information

#618FCB (or 0x618FCB) is unknown color: approx Danube. HEX triplet: 61, 8F and CB. RGB value is (97,143,203). Sum of RGB (Red+Green+Blue) = 97+143+203=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #618FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FCB is #9E7034. Grayscale: #878787. Windows color (decimal): -10383413 or 13340513. OLE color: 13340513.

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

Color convert

RGB97143203-
CMYK0.520.3000.20
HSL213.96º50.48%58.82%-
HSV(B)213.96º52.22%79.61%-
XYZ25.5326.560.27-
YUV136.09165.76100.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=21.90%
G=32.28%
B=45.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971432030.520.3000.20213.9650.4858.82
Hex618FCB341E014d6323b
Octal14121731364360243266273
Binary110000110001111110010111101001111001010011010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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