#6288C6

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

Shades of Danube #6288C6

Tints of Danube #6288C6

Color information

#6288C6 (or 0x6288C6) is unknown color: approx Danube. HEX triplet: 62, 88 and C6. RGB value is (98,136,198). Sum of RGB (Red+Green+Blue) = 98+136+198=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #6288C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6288C6 is #9D7739. Grayscale: #838383. Windows color (decimal): -10319674 or 13011042. OLE color: 13011042.

HSL color Cylindrical-coordinate representation of color #6288C6: hue angle of 217.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6288C6 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB98136198-
CMYK0.510.3100.22
HSL217.2º46.73%58.04%-
HSV(B)217.2º50.51%77.65%-
XYZ24.0324.2856.85-
YUV131.71165.41103.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.69%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=22.69%
G=31.48%
B=45.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal981361980.510.3100.22217.246.7358.04
Hex6288C6331F016d92f3a
Octal14221030663370263315772
Binary110001010001000110001101100111111101011011011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6288C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6288C6; }

 p { color: rgb(98,136,198); }

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

<style>
 a { background-color: #6288C6; }

 a { background-color: rgb(98,136,198); }

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

<style>
 span { border-color: #6288C6; }

 span { border-color: rgb(98,136,198); }

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