Html Css Color HEX #648EC6 Danube

📋 copy color: '#648EC6'

red 100 ◦ green 142 ◦ blue 198

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

Shades of Danube #648EC6

Tints of Danube #648EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 22.73%
G = 32.27%
B = 45%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#648EC6 (or 0x648EC6) is known color: Danube. HEX triplet: 64, 8E and C6. RGB value is (100,142,198). Sum of RGB (Red+Green+Blue) = 100+142+198=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #648EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EC6 is #9B7139. Grayscale: #878787. Windows color (decimal): -10187066 or 13012580. OLE color: 13012580.

HSL color Cylindrical-coordinate representation of color #648EC6: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #648EC6 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 142 198 -
CMYK 0.49 0.28 0 0.22
HSL 214.29º 0.46% 0.58% -
HSV(B) 214.29º 0.49% 0.78% -
XYZ 25.12 26.13 57.15 -
YUV 135.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 100 142 198 0.49 0.28 0 0.22 214.29 0.46 0.58
Hex 64 8E C6 31 1C 0 16 D6 2E 3A
Octal 144 216 306 61 34 0 26 326 56 72
Binary 1100100 10001110 11000110 110001 11100 0 10110 11010110 101110 111010

Color Harmonies of #648EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EC6

Black with #648EC6

Text Example


Text Example

White with #648EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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