#648ABD

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

Shades of Danube #648ABD

Tints of Danube #648ABD

Color information

#648ABD (or 0x648ABD) is unknown color: approx Danube. HEX triplet: 64, 8A and BD. RGB value is (100,138,189). Sum of RGB (Red+Green+Blue) = 100+138+189=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #648ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ABD is #9B7542. Grayscale: #848484. Windows color (decimal): -10188099 or 12421732. OLE color: 12421732.

HSL color Cylindrical-coordinate representation of color #648ABD: hue angle of 214.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648ABD is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100138189-
CMYK0.470.2700.26
HSL214.38º40.27%56.67%-
HSV(B)214.38º47.09%74.12%-
XYZ23.5324.5651.64-
YUV132.45159.91104.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=23.42%
G=32.32%
B=44.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001381890.470.2700.26214.3840.2756.67
Hex648ABD2F1B01Ad62839
Octal14421227557330323265071
Binary110010010001010101111011011111101101101011010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648ABD; }

 p { color: rgb(100,138,189); }

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

<style>
 a { background-color: #648ABD; }

 a { background-color: rgb(100,138,189); }

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

<style>
 span { border-color: #648ABD; }

 span { border-color: rgb(100,138,189); }

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