Html Css Color HEX #6455CA Slate Blue

📋 copy color: '#6455CA'

red 100 ◦ green 85 ◦ blue 202

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

Shades of Slate Blue #6455CA

Tints of Slate Blue #6455CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 25.84%
G = 21.96%
B = 52.2%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6455CA (or 0x6455CA) is known color: Slate Blue. HEX triplet: 64, 55 and CA. RGB value is (100,85,202). Sum of RGB (Red+Green+Blue) = 100+85+202=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6455CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455CA is #9BAA35. Grayscale: #666666. Windows color (decimal): -10201654 or 13260132. OLE color: 13260132.

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

Color convert

RGB 100 85 202 -
CMYK 0.50 0.58 0 0.21
HSL 247.69º 0.52% 0.56% -
HSV(B) 247.69º 0.58% 0.79% -
XYZ 19.16 13.47 57.47 -
YUV 102.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 100 85 202 0.50 0.58 0 0.21 247.69 0.52 0.56
Hex 64 55 CA 32 3A 0 15 F8 34 38
Octal 144 125 312 62 72 0 25 370 64 70
Binary 1100100 1010101 11001010 110010 111010 0 10101 11111000 110100 111000

Color Harmonies of #6455CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455CA

Black with #6455CA

Text Example


Text Example

White with #6455CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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