Html Css Color HEX #6561CA Slate Blue

📋 copy color: '#6561CA'

red 101 ◦ green 97 ◦ blue 202

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

Shades of Slate Blue #6561CA

Tints of Slate Blue #6561CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 25.25%
G = 24.25%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6561CA (or 0x6561CA) is known color: Slate Blue. HEX triplet: 65, 61 and CA. RGB value is (101,97,202). Sum of RGB (Red+Green+Blue) = 101+97+202=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #6561CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561CA is #9A9E35. Grayscale: #6D6D6D. Windows color (decimal): -10133046 or 13263205. OLE color: 13263205.

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

Color convert

RGB 101 97 202 -
CMYK 0.50 0.52 0 0.21
HSL 242.29º 0.5% 0.59% -
HSV(B) 242.29º 0.52% 0.79% -
XYZ 20.3 15.58 57.81 -
YUV 110.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 101 97 202 0.50 0.52 0 0.21 242.29 0.5 0.59
Hex 65 61 CA 32 34 0 15 F2 32 3B
Octal 145 141 312 62 64 0 25 362 62 73
Binary 1100101 1100001 11001010 110010 110100 0 10101 11110010 110010 111011

Color Harmonies of #6561CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561CA

Black with #6561CA

Text Example


Text Example

White with #6561CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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