Html Css Color HEX #648CCB Danube

📋 copy color: '#648CCB'

red 100 ◦ green 140 ◦ blue 203

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

Shades of Danube #648CCB

Tints of Danube #648CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 22.57%
G = 31.6%
B = 45.82%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#648CCB (or 0x648CCB) is known color: Danube. HEX triplet: 64, 8C and CB. RGB value is (100,140,203). Sum of RGB (Red+Green+Blue) = 100+140+203=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #648CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCB is #9B7334. Grayscale: #868686. Windows color (decimal): -10187573 or 13339748. OLE color: 13339748.

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

Color convert

RGB 100 140 203 -
CMYK 0.51 0.31 0 0.20
HSL 216.7º 0.5% 0.59% -
HSV(B) 216.7º 0.51% 0.8% -
XYZ 25.41 25.78 60.14 -
YUV 135.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 100 140 203 0.51 0.31 0 0.20 216.7 0.5 0.59
Hex 64 8C CB 33 1F 0 14 D9 32 3B
Octal 144 214 313 63 37 0 24 331 62 73
Binary 1100100 10001100 11001011 110011 11111 0 10100 11011001 110010 111011

Color Harmonies of #648CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CCB

Black with #648CCB

Text Example


Text Example

White with #648CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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