#6388CA

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

Shades of Danube #6388CA

Tints of Danube #6388CA

Color information

#6388CA (or 0x6388CA) is unknown color: approx Danube. HEX triplet: 63, 88 and CA. RGB value is (99,136,202). Sum of RGB (Red+Green+Blue) = 99+136+202=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #6388CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388CA is #9C7735. Grayscale: #848484. Windows color (decimal): -10254134 or 13273187. OLE color: 13273187.

HSL color Cylindrical-coordinate representation of color #6388CA: hue angle of 218.45º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6388CA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99136202-
CMYK0.510.3300.21
HSL218.45º49.28%59.02%-
HSV(B)218.45º50.99%79.22%-
XYZ24.6124.5359.31-
YUV132.46167.24104.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=22.65%
G=31.12%
B=46.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991362020.510.3300.21218.4549.2859.02
Hex6388CA3321015da313b
Octal14321031263410253326173
Binary1100011100010001100101011001110000101010111011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6388CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6388CA; }

 p { color: rgb(99,136,202); }

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

<style>
 a { background-color: #6388CA; }

 a { background-color: rgb(99,136,202); }

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

<style>
 span { border-color: #6388CA; }

 span { border-color: rgb(99,136,202); }

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