#648ABC

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

Shades of Danube #648ABC

Tints of Danube #648ABC

Color information

#648ABC (or 0x648ABC) is unknown color: approx Danube. HEX triplet: 64, 8A and BC. RGB value is (100,138,188). Sum of RGB (Red+Green+Blue) = 100+138+188=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #648ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ABC is #9B7543. Grayscale: #848484. Windows color (decimal): -10188100 or 12356196. OLE color: 12356196.

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

Color convert

RGB100138188-
CMYK0.470.2700.26
HSL214.09º39.64%56.47%-
HSV(B)214.09º46.81%73.73%-
XYZ23.4224.5251.07-
YUV132.34159.41104.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=23.47%
G=32.39%
B=44.13%

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
Decimal1001381880.470.2700.26214.0939.6456.47
Hex648ABC2F1B01Ad62838
Octal14421227457330323265070
Binary110010010001010101111001011111101101101011010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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