Html Css Color HEX #6152D6 Slate Blue

📋 copy color: '#6152D6'

red 97 ◦ green 82 ◦ blue 214

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

Shades of Slate Blue #6152D6

Tints of Slate Blue #6152D6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.87%

 BLUE value IS 214 (83.98% from 255) = 54.45%

R = 24.68%
G = 20.87%
B = 54.45%

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

#6152D6 (or 0x6152D6) is known color: Slate Blue. HEX triplet: 61, 52 and D6. RGB value is (97,82,214). Sum of RGB (Red+Green+Blue) = 97+82+214=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #6152D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6152D6 is #9EAD29. Grayscale: #656565. Windows color (decimal): -10399018 or 14045793. OLE color: 14045793.

HSL color Cylindrical-coordinate representation of color #6152D6: hue angle of 246.82º degrees, saturation: 0.62, 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 #6152D6 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 82 214 -
CMYK 0.55 0.62 0 0.16
HSL 246.82º 0.62% 0.58% -
HSV(B) 246.82º 0.62% 0.84% -
XYZ 20.08 13.43 65.15 -
YUV 101.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 97 82 214 0.55 0.62 0 0.16 246.82 0.62 0.58
Hex 61 52 D6 37 3E 0 10 F7 3E 3A
Octal 141 122 326 67 76 0 20 367 76 72
Binary 1100001 1010010 11010110 110111 111110 0 10000 11110111 111110 111010

Color Harmonies of #6152D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152D6

Black with #6152D6

Text Example


Text Example

White with #6152D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6152D6; }

 p { color: rgb(97,82,214); }

 H1.HeaderClassName
 {
   color: #6152D6;
 }
 .AnyTagClassName
 {
   color: #6152D6;
 }
</style>

background-color css

<style>
 a { background-color: #6152D6; }

 a { background-color: rgb(97,82,214); }

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

border-color css

<style>
 span { border-color: #6152D6; }

 span { border-color: rgb(97,82,214); }

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