Html Css Color HEX #648CC6 Danube

📋 copy color: '#648CC6'

red 100 ◦ green 140 ◦ blue 198

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

Shades of Danube #648CC6

Tints of Danube #648CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

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

R = 22.83%
G = 31.96%
B = 45.21%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#648CC6 (or 0x648CC6) is known color: Danube. HEX triplet: 64, 8C and C6. RGB value is (100,140,198). Sum of RGB (Red+Green+Blue) = 100+140+198=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #648CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CC6 is #9B7339. Grayscale: #868686. Windows color (decimal): -10187578 or 13012068. OLE color: 13012068.

HSL color Cylindrical-coordinate representation of color #648CC6: hue angle of 215.51º 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 #648CC6 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 140 198 -
CMYK 0.49 0.29 0 0.22
HSL 215.51º 0.46% 0.58% -
HSV(B) 215.51º 0.49% 0.78% -
XYZ 24.83 25.54 57.05 -
YUV 134.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 100 140 198 0.49 0.29 0 0.22 215.51 0.46 0.58
Hex 64 8C C6 31 1D 0 16 D8 2E 3A
Octal 144 214 306 61 35 0 26 330 56 72
Binary 1100100 10001100 11000110 110001 11101 0 10110 11011000 101110 111010

Color Harmonies of #648CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CC6

Black with #648CC6

Text Example


Text Example

White with #648CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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