Html Css Color HEX #648BC2 Danube

📋 copy color: '#648BC2'

red 100 ◦ green 139 ◦ blue 194

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

Shades of Danube #648BC2

Tints of Danube #648BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 23.09%
G = 32.1%
B = 44.8%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#648BC2 (or 0x648BC2) is known color: Danube. HEX triplet: 64, 8B and C2. RGB value is (100,139,194). Sum of RGB (Red+Green+Blue) = 100+139+194=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #648BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BC2 is #9B743D. Grayscale: #858585. Windows color (decimal): -10187838 or 12749668. OLE color: 12749668.

HSL color Cylindrical-coordinate representation of color #648BC2: hue angle of 215.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648BC2 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 139 194 -
CMYK 0.48 0.28 0 0.24
HSL 215.11º 0.44% 0.58% -
HSV(B) 215.11º 0.48% 0.76% -
XYZ 24.23 25.07 54.6 -
YUV 133.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 100 139 194 0.48 0.28 0 0.24 215.11 0.44 0.58
Hex 64 8B C2 30 1C 0 18 D7 2C 3A
Octal 144 213 302 60 34 0 30 327 54 72
Binary 1100100 10001011 11000010 110000 11100 0 11000 11010111 101100 111010

Color Harmonies of #648BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BC2

Black with #648BC2

Text Example


Text Example

White with #648BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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