Html Css Color HEX #648FCC Danube

📋 copy color: '#648FCC'

red 100 ◦ green 143 ◦ blue 204

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

Shades of Danube #648FCC

Tints of Danube #648FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 22.37%
G = 31.99%
B = 45.64%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#648FCC (or 0x648FCC) is known color: Danube. HEX triplet: 64, 8F and CC. RGB value is (100,143,204). Sum of RGB (Red+Green+Blue) = 100+143+204=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #648FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FCC is #9B7033. Grayscale: #888888. Windows color (decimal): -10186804 or 13406052. OLE color: 13406052.

HSL color Cylindrical-coordinate representation of color #648FCC: hue angle of 215.19º degrees, saturation: 0.5, 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 #648FCC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 143 204 -
CMYK 0.51 0.30 0 0.2
HSL 215.19º 0.5% 0.6% -
HSV(B) 215.19º 0.51% 0.8% -
XYZ 25.98 26.71 60.91 -
YUV 137.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 100 143 204 0.51 0.30 0 0.2 215.19 0.5 0.6
Hex 64 8F CC 33 1E 0 14 D7 32 3C
Octal 144 217 314 63 36 0 24 327 62 74
Binary 1100100 10001111 11001100 110011 11110 0 10100 11010111 110010 111100

Color Harmonies of #648FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FCC

Black with #648FCC

Text Example


Text Example

White with #648FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,204); }

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

background-color css

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

 a { background-color: rgb(100,143,204); }

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

border-color css

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

 span { border-color: rgb(100,143,204); }

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