Html Css Color HEX #648ACD Danube

📋 copy color: '#648ACD'

red 100 ◦ green 138 ◦ blue 205

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

Shades of Danube #648ACD

Tints of Danube #648ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 22.57%
G = 31.15%
B = 46.28%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#648ACD (or 0x648ACD) is known color: Danube. HEX triplet: 64, 8A and CD. RGB value is (100,138,205). Sum of RGB (Red+Green+Blue) = 100+138+205=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #648ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ACD is #9B7532. Grayscale: #858585. Windows color (decimal): -10188083 or 13470308. OLE color: 13470308.

HSL color Cylindrical-coordinate representation of color #648ACD: hue angle of 218.29º 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 #648ACD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 138 205 -
CMYK 0.51 0.33 0 0.20
HSL 218.29º 0.51% 0.6% -
HSV(B) 218.29º 0.51% 0.8% -
XYZ 25.36 25.29 61.3 -
YUV 134.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 100 138 205 0.51 0.33 0 0.20 218.29 0.51 0.6
Hex 64 8A CD 33 21 0 14 DA 33 3C
Octal 144 212 315 63 41 0 24 332 63 74
Binary 1100100 10001010 11001101 110011 100001 0 10100 11011010 110011 111100

Color Harmonies of #648ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ACD

Black with #648ACD

Text Example


Text Example

White with #648ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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