#6285C6

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

Shades of Danube #6285C6

Tints of Danube #6285C6

Color information

#6285C6 (or 0x6285C6) is unknown color: approx Danube. HEX triplet: 62, 85 and C6. RGB value is (98,133,198). Sum of RGB (Red+Green+Blue) = 98+133+198=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #6285C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285C6 is #9D7A39. Grayscale: #818181. Windows color (decimal): -10320442 or 13010274. OLE color: 13010274.

HSL color Cylindrical-coordinate representation of color #6285C6: hue angle of 219º 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 #6285C6 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB98133198-
CMYK0.510.3300.22
HSL219º46.73%58.04%-
HSV(B)219º50.51%77.65%-
XYZ23.6223.4556.71-
YUV129.94166.4105.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 198 (77.73% from 255) = 46.15%
R=22.84%
G=31.00%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal981331980.510.3300.2221946.7358.04
Hex6285C63321016db2f3a
Octal14220530663410263335772
Binary1100010100001011100011011001110000101011011011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6285C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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