Html Css Color HEX #648CCD Danube

📋 copy color: '#648CCD'

red 100 ◦ green 140 ◦ blue 205

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

Shades of Danube #648CCD

Tints of Danube #648CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 22.47%
G = 31.46%
B = 46.07%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#648CCD (or 0x648CCD) is known color: Danube. HEX triplet: 64, 8C and CD. RGB value is (100,140,205). Sum of RGB (Red+Green+Blue) = 100+140+205=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #648CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCD is #9B7332. Grayscale: #878787. Windows color (decimal): -10187571 or 13470820. OLE color: 13470820.

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

Color convert

RGB 100 140 205 -
CMYK 0.51 0.32 0 0.20
HSL 217.14º 0.51% 0.6% -
HSV(B) 217.14º 0.51% 0.8% -
XYZ 25.65 25.87 61.4 -
YUV 135.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 100 140 205 0.51 0.32 0 0.20 217.14 0.51 0.6
Hex 64 8C CD 33 20 0 14 D9 33 3C
Octal 144 214 315 63 40 0 24 331 63 74
Binary 1100100 10001100 11001101 110011 100000 0 10100 11011001 110011 111100

Color Harmonies of #648CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CCD

Black with #648CCD

Text Example


Text Example

White with #648CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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