Html Css Color HEX #6557CA Slate Blue

📋 copy color: '#6557CA'

red 101 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #6557CA

Tints of Slate Blue #6557CA

RGB

 RED value IS 101 (39.84% from 255) = 25.9%

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 25.9%
G = 22.31%
B = 51.79%

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

#6557CA (or 0x6557CA) is known color: Slate Blue. HEX triplet: 65, 57 and CA. RGB value is (101,87,202). Sum of RGB (Red+Green+Blue) = 101+87+202=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #6557CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557CA is #9AA835. Grayscale: #676767. Windows color (decimal): -10135606 or 13260645. OLE color: 13260645.

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

Color convert

RGB 101 87 202 -
CMYK 0.50 0.57 0 0.21
HSL 247.3º 0.52% 0.57% -
HSV(B) 247.3º 0.57% 0.79% -
XYZ 19.44 13.85 57.53 -
YUV 104.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 101 87 202 0.50 0.57 0 0.21 247.3 0.52 0.57
Hex 65 57 CA 32 39 0 15 F7 34 39
Octal 145 127 312 62 71 0 25 367 64 71
Binary 1100101 1010111 11001010 110010 111001 0 10101 11110111 110100 111001

Color Harmonies of #6557CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557CA

Black with #6557CA

Text Example


Text Example

White with #6557CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,87,202); }

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

background-color css

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

 a { background-color: rgb(101,87,202); }

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

border-color css

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

 span { border-color: rgb(101,87,202); }

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