Html Css Color HEX #648BCC Danube

📋 copy color: '#648BCC'

red 100 ◦ green 139 ◦ blue 204

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

Shades of Danube #648BCC

Tints of Danube #648BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 22.57%
G = 31.38%
B = 46.05%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#648BCC (or 0x648BCC) is known color: Danube. HEX triplet: 64, 8B and CC. RGB value is (100,139,204). Sum of RGB (Red+Green+Blue) = 100+139+204=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #648BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BCC is #9B7433. Grayscale: #868686. Windows color (decimal): -10187828 or 13405028. OLE color: 13405028.

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

Color convert

RGB 100 139 204 -
CMYK 0.51 0.32 0 0.2
HSL 217.5º 0.5% 0.6% -
HSV(B) 217.5º 0.51% 0.8% -
XYZ 25.39 25.53 60.72 -
YUV 134.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 100 139 204 0.51 0.32 0 0.2 217.5 0.5 0.6
Hex 64 8B CC 33 20 0 14 DA 32 3C
Octal 144 213 314 63 40 0 24 332 62 74
Binary 1100100 10001011 11001100 110011 100000 0 10100 11011010 110010 111100

Color Harmonies of #648BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BCC

Black with #648BCC

Text Example


Text Example

White with #648BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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