#6488CF

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

Shades of Danube #6488CF

Tints of Danube #6488CF

Color information

#6488CF (or 0x6488CF) is unknown color: approx Danube. HEX triplet: 64, 88 and CF. RGB value is (100,136,207). Sum of RGB (Red+Green+Blue) = 100+136+207=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #6488CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488CF is #9B7730. Grayscale: #858585. Windows color (decimal): -10188593 or 13600868. OLE color: 13600868.

HSL color Cylindrical-coordinate representation of color #6488CF: hue angle of 219.81º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6488CF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100136207-
CMYK0.520.3400.19
HSL219.81º52.71%60.2%-
HSV(B)219.81º51.69%81.18%-
XYZ25.3224.8262.49-
YUV133.33169.57104.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=22.57%
G=30.70%
B=46.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001362070.520.3400.19219.8152.7160.2
Hex6488CF3422013dc353c
Octal14421031764420233346574
Binary1100100100010001100111111010010001001001111011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6488CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6488CF; }

 p { color: rgb(100,136,207); }

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

<style>
 a { background-color: #6488CF; }

 a { background-color: rgb(100,136,207); }

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

<style>
 span { border-color: #6488CF; }

 span { border-color: rgb(100,136,207); }

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