Html Css Color HEX #6151D7 Slate Blue

📋 copy color: '#6151D7'

red 97 ◦ green 81 ◦ blue 215

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

Shades of Slate Blue #6151D7

Tints of Slate Blue #6151D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.71%

R = 24.68%
G = 20.61%
B = 54.71%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6151D7 (or 0x6151D7) is known color: Slate Blue. HEX triplet: 61, 51 and D7. RGB value is (97,81,215). Sum of RGB (Red+Green+Blue) = 97+81+215=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #6151D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151D7 is #9EAE28. Grayscale: #646464. Windows color (decimal): -10399273 or 14111073. OLE color: 14111073.

HSL color Cylindrical-coordinate representation of color #6151D7: hue angle of 247.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6151D7 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 81 215 -
CMYK 0.55 0.62 0 0.16
HSL 247.16º 0.63% 0.58% -
HSV(B) 247.16º 0.62% 0.84% -
XYZ 20.14 13.33 65.8 -
YUV 101.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 97 81 215 0.55 0.62 0 0.16 247.16 0.63 0.58
Hex 61 51 D7 37 3E 0 10 F7 3F 3A
Octal 141 121 327 67 76 0 20 367 77 72
Binary 1100001 1010001 11010111 110111 111110 0 10000 11110111 111111 111010

Color Harmonies of #6151D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6151D7

Black with #6151D7

Text Example


Text Example

White with #6151D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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