Html Css Color HEX #648CCA Danube

📋 copy color: '#648CCA'

red 100 ◦ green 140 ◦ blue 202

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

Shades of Danube #648CCA

Tints of Danube #648CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 22.62%
G = 31.67%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#648CCA (or 0x648CCA) is known color: Danube. HEX triplet: 64, 8C and CA. RGB value is (100,140,202). Sum of RGB (Red+Green+Blue) = 100+140+202=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #648CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CCA is #9B7335. Grayscale: #868686. Windows color (decimal): -10187574 or 13274212. OLE color: 13274212.

HSL color Cylindrical-coordinate representation of color #648CCA: hue angle of 216.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648CCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 140 202 -
CMYK 0.50 0.31 0 0.21
HSL 216.47º 0.49% 0.59% -
HSV(B) 216.47º 0.5% 0.79% -
XYZ 25.29 25.73 59.51 -
YUV 135.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 100 140 202 0.50 0.31 0 0.21 216.47 0.49 0.59
Hex 64 8C CA 32 1F 0 15 D8 31 3B
Octal 144 214 312 62 37 0 25 330 61 73
Binary 1100100 10001100 11001010 110010 11111 0 10101 11011000 110001 111011

Color Harmonies of #648CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CCA

Black with #648CCA

Text Example


Text Example

White with #648CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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