Html Css Color HEX #648CCE Danube

📋 copy color: '#648CCE'

red 100 ◦ green 140 ◦ blue 206

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

Shades of Danube #648CCE

Tints of Danube #648CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 22.42%
G = 31.39%
B = 46.19%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#648CCE (or 0x648CCE) is known color: Danube. HEX triplet: 64, 8C and CE. RGB value is (100,140,206). Sum of RGB (Red+Green+Blue) = 100+140+206=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #648CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCE is #9B7331. Grayscale: #878787. Windows color (decimal): -10187570 or 13536356. OLE color: 13536356.

HSL color Cylindrical-coordinate representation of color #648CCE: hue angle of 217.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648CCE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 140 206 -
CMYK 0.51 0.32 0 0.19
HSL 217.36º 0.52% 0.6% -
HSV(B) 217.36º 0.51% 0.81% -
XYZ 25.77 25.92 62.04 -
YUV 135.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 100 140 206 0.51 0.32 0 0.19 217.36 0.52 0.6
Hex 64 8C CE 33 20 0 13 D9 34 3C
Octal 144 214 316 63 40 0 23 331 64 74
Binary 1100100 10001100 11001110 110011 100000 0 10011 11011001 110100 111100

Color Harmonies of #648CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CCE

Black with #648CCE

Text Example


Text Example

White with #648CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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