Html Css Color HEX #6450CA Slate Blue

📋 copy color: '#6450CA'

red 100 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #6450CA

Tints of Slate Blue #6450CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 26.18%
G = 20.94%
B = 52.88%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6450CA (or 0x6450CA) is known color: Slate Blue. HEX triplet: 64, 50 and CA. RGB value is (100,80,202). Sum of RGB (Red+Green+Blue) = 100+80+202=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6450CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CA is #9BAF35. Grayscale: #636363. Windows color (decimal): -10202934 or 13258852. OLE color: 13258852.

HSL color Cylindrical-coordinate representation of color #6450CA: hue angle of 249.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6450CA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 80 202 -
CMYK 0.50 0.60 0 0.21
HSL 249.84º 0.54% 0.55% -
HSV(B) 249.84º 0.6% 0.79% -
XYZ 18.78 12.71 57.34 -
YUV 99.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 100 80 202 0.50 0.60 0 0.21 249.84 0.54 0.55
Hex 64 50 CA 32 3C 0 15 FA 36 37
Octal 144 120 312 62 74 0 25 372 66 67
Binary 1100100 1010000 11001010 110010 111100 0 10101 11111010 110110 110111

Color Harmonies of #6450CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6450CA

Black with #6450CA

Text Example


Text Example

White with #6450CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6450CA; }

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

 H1.HeaderClassName
 {
   color: #6450CA;
 }
 .AnyTagClassName
 {
   color: #6450CA;
 }
</style>

background-color css

<style>
 a { background-color: #6450CA; }

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

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

border-color css

<style>
 span { border-color: #6450CA; }

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

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