Html Css Color HEX #6151CA Slate Blue

📋 copy color: '#6151CA'

red 97 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #6151CA

Tints of Slate Blue #6151CA

RGB

 RED value IS 97 (38.28% from 255) = 25.53%

 GREEN value IS 81 (32.03% from 255) = 21.32%

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

R = 25.53%
G = 21.32%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6151CA (or 0x6151CA) is known color: Slate Blue. HEX triplet: 61, 51 and CA. RGB value is (97,81,202). Sum of RGB (Red+Green+Blue) = 97+81+202=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #6151CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151CA is #9EAE35. Grayscale: #636363. Windows color (decimal): -10399286 or 13259105. OLE color: 13259105.

HSL color Cylindrical-coordinate representation of color #6151CA: hue angle of 247.93º degrees, saturation: 0.53, 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 #6151CA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 81 202 -
CMYK 0.52 0.60 0 0.21
HSL 247.93º 0.53% 0.55% -
HSV(B) 247.93º 0.6% 0.79% -
XYZ 18.53 12.69 57.35 -
YUV 99.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 97 81 202 0.52 0.60 0 0.21 247.93 0.53 0.55
Hex 61 51 CA 34 3C 0 15 F8 35 37
Octal 141 121 312 64 74 0 25 370 65 67
Binary 1100001 1010001 11001010 110100 111100 0 10101 11111000 110101 110111

Color Harmonies of #6151CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6151CA

Black with #6151CA

Text Example


Text Example

White with #6151CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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