Html Css Color HEX #648AB4 Danube

📋 copy color: '#648AB4'

red 100 ◦ green 138 ◦ blue 180

#648AB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #648AB4

Tints of Danube #648AB4

RGB

 RED value IS 100 (39.45% from 255) = 23.92%

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 180 (70.7% from 255) = 43.06%

R = 23.92%
G = 33.01%
B = 43.06%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#648AB4 (or 0x648AB4) is known color: Danube. HEX triplet: 64, 8A and B4. RGB value is (100,138,180). Sum of RGB (Red+Green+Blue) = 100+138+180=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #648AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AB4 is #9B754B. Grayscale: #838383. Windows color (decimal): -10188108 or 11831908. OLE color: 11831908.

HSL color Cylindrical-coordinate representation of color #648AB4: hue angle of 211.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648AB4 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 138 180 -
CMYK 0.44 0.23 0 0.29
HSL 211.5º 0.35% 0.55% -
HSV(B) 211.5º 0.44% 0.71% -
XYZ 22.58 24.18 46.66 -
YUV 131.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 100 138 180 0.44 0.23 0 0.29 211.5 0.35 0.55
Hex 64 8A B4 2C 17 0 1D D4 23 37
Octal 144 212 264 54 27 0 35 324 43 67
Binary 1100100 10001010 10110100 101100 10111 0 11101 11010100 100011 110111

Color Harmonies of #648AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AB4

Black with #648AB4

Text Example


Text Example

White with #648AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #648AB4;
 }
 .AnyTagClassName
 {
   color: #648AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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