Html Css Color HEX #648BD4 Danube

📋 copy color: '#648BD4'

red 100 ◦ green 139 ◦ blue 212

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

Shades of Danube #648BD4

Tints of Danube #648BD4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 22.17%
G = 30.82%
B = 47.01%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#648BD4 (or 0x648BD4) is known color: Danube. HEX triplet: 64, 8B and D4. RGB value is (100,139,212). Sum of RGB (Red+Green+Blue) = 100+139+212=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #648BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BD4 is #9B742B. Grayscale: #878787. Windows color (decimal): -10187820 or 13929316. OLE color: 13929316.

HSL color Cylindrical-coordinate representation of color #648BD4: hue angle of 219.11º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648BD4 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 139 212 -
CMYK 0.53 0.34 0 0.17
HSL 219.11º 0.57% 0.61% -
HSV(B) 219.11º 0.53% 0.83% -
XYZ 26.37 25.93 65.9 -
YUV 135.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 100 139 212 0.53 0.34 0 0.17 219.11 0.57 0.61
Hex 64 8B D4 35 22 0 11 DB 39 3D
Octal 144 213 324 65 42 0 21 333 71 75
Binary 1100100 10001011 11010100 110101 100010 0 10001 11011011 111001 111101

Color Harmonies of #648BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BD4

Black with #648BD4

Text Example


Text Example

White with #648BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,139,212); }

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

background-color css

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

 a { background-color: rgb(100,139,212); }

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

border-color css

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

 span { border-color: rgb(100,139,212); }

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