#6489C1

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

Shades of Danube #6489C1

Tints of Danube #6489C1

Color information

#6489C1 (or 0x6489C1) is unknown color: approx Danube. HEX triplet: 64, 89 and C1. RGB value is (100,137,193). Sum of RGB (Red+Green+Blue) = 100+137+193=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #6489C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489C1 is #9B763E. Grayscale: #848484. Windows color (decimal): -10188351 or 12683620. OLE color: 12683620.

HSL color Cylindrical-coordinate representation of color #6489C1: hue angle of 216.13º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6489C1 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100137193-
CMYK0.480.2900.24
HSL216.13º42.86%57.45%-
HSV(B)216.13º48.19%75.69%-
XYZ23.8324.4553.92-
YUV132.32162.24104.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=23.26%
G=31.86%
B=44.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001371930.480.2900.24216.1342.8657.45
Hex6489C1301D018d82b39
Octal14421130160350303305371
Binary110010010001001110000011100001110101100011011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6489C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6489C1; }

 p { color: rgb(100,137,193); }

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

<style>
 a { background-color: #6489C1; }

 a { background-color: rgb(100,137,193); }

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

<style>
 span { border-color: #6489C1; }

 span { border-color: rgb(100,137,193); }

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