Html Css Color HEX #648BC6 Danube

📋 copy color: '#648BC6'

red 100 ◦ green 139 ◦ blue 198

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

Shades of Danube #648BC6

Tints of Danube #648BC6

RGB

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

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

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

R = 22.88%
G = 31.81%
B = 45.31%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#648BC6 (or 0x648BC6) is known color: Danube. HEX triplet: 64, 8B and C6. RGB value is (100,139,198). Sum of RGB (Red+Green+Blue) = 100+139+198=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #648BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BC6 is #9B7439. Grayscale: #858585. Windows color (decimal): -10187834 or 13011812. OLE color: 13011812.

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

Color convert

RGB 100 139 198 -
CMYK 0.49 0.30 0 0.22
HSL 216.12º 0.46% 0.58% -
HSV(B) 216.12º 0.49% 0.78% -
XYZ 24.68 25.25 57 -
YUV 134.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 100 139 198 0.49 0.30 0 0.22 216.12 0.46 0.58
Hex 64 8B C6 31 1E 0 16 D8 2E 3A
Octal 144 213 306 61 36 0 26 330 56 72
Binary 1100100 10001011 11000110 110001 11110 0 10110 11011000 101110 111010

Color Harmonies of #648BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BC6

Black with #648BC6

Text Example


Text Example

White with #648BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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