Html Css Color HEX #6456CA Slate Blue

📋 copy color: '#6456CA'

red 100 ◦ green 86 ◦ blue 202

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

Shades of Slate Blue #6456CA

Tints of Slate Blue #6456CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

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

R = 25.77%
G = 22.16%
B = 52.06%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6456CA (or 0x6456CA) is known color: Slate Blue. HEX triplet: 64, 56 and CA. RGB value is (100,86,202). Sum of RGB (Red+Green+Blue) = 100+86+202=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6456CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456CA is #9BA935. Grayscale: #666666. Windows color (decimal): -10201398 or 13260388. OLE color: 13260388.

HSL color Cylindrical-coordinate representation of color #6456CA: hue angle of 247.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6456CA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 86 202 -
CMYK 0.50 0.57 0 0.21
HSL 247.24º 0.52% 0.56% -
HSV(B) 247.24º 0.57% 0.79% -
XYZ 19.24 13.63 57.49 -
YUV 103.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 100 86 202 0.50 0.57 0 0.21 247.24 0.52 0.56
Hex 64 56 CA 32 39 0 15 F7 34 38
Octal 144 126 312 62 71 0 25 367 64 70
Binary 1100100 1010110 11001010 110010 111001 0 10101 11110111 110100 111000

Color Harmonies of #6456CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6456CA

Black with #6456CA

Text Example


Text Example

White with #6456CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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