Html Css Color HEX #648EC2 Danube

📋 copy color: '#648EC2'

red 100 ◦ green 142 ◦ blue 194

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

Shades of Danube #648EC2

Tints of Danube #648EC2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.57%

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

R = 22.94%
G = 32.57%
B = 44.5%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#648EC2 (or 0x648EC2) is known color: Danube. HEX triplet: 64, 8E and C2. RGB value is (100,142,194). Sum of RGB (Red+Green+Blue) = 100+142+194=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #648EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EC2 is #9B713D. Grayscale: #878787. Windows color (decimal): -10187070 or 12750436. OLE color: 12750436.

HSL color Cylindrical-coordinate representation of color #648EC2: hue angle of 213.19º 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 #648EC2 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 142 194 -
CMYK 0.48 0.27 0 0.24
HSL 213.19º 0.44% 0.58% -
HSV(B) 213.19º 0.48% 0.76% -
XYZ 24.67 25.95 54.75 -
YUV 135.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 100 142 194 0.48 0.27 0 0.24 213.19 0.44 0.58
Hex 64 8E C2 30 1B 0 18 D5 2C 3A
Octal 144 216 302 60 33 0 30 325 54 72
Binary 1100100 10001110 11000010 110000 11011 0 11000 11010101 101100 111010

Color Harmonies of #648EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EC2

Black with #648EC2

Text Example


Text Example

White with #648EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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