Html Css Color HEX #648ACE Danube

📋 copy color: '#648ACE'

red 100 ◦ green 138 ◦ blue 206

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

Shades of Danube #648ACE

Tints of Danube #648ACE

RGB

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

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

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

R = 22.52%
G = 31.08%
B = 46.4%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#648ACE (or 0x648ACE) is known color: Danube. HEX triplet: 64, 8A and CE. RGB value is (100,138,206). Sum of RGB (Red+Green+Blue) = 100+138+206=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #648ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ACE is #9B7531. Grayscale: #868686. Windows color (decimal): -10188082 or 13535844. OLE color: 13535844.

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

Color convert

RGB 100 138 206 -
CMYK 0.51 0.33 0 0.19
HSL 218.49º 0.52% 0.6% -
HSV(B) 218.49º 0.51% 0.81% -
XYZ 25.48 25.34 61.94 -
YUV 134.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 100 138 206 0.51 0.33 0 0.19 218.49 0.52 0.6
Hex 64 8A CE 33 21 0 13 DA 34 3C
Octal 144 212 316 63 41 0 23 332 64 74
Binary 1100100 10001010 11001110 110011 100001 0 10011 11011010 110100 111100

Color Harmonies of #648ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ACE

Black with #648ACE

Text Example


Text Example

White with #648ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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