Html Css Color HEX #6147CA Slate Blue

📋 copy color: '#6147CA'

red 97 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #6147CA

Tints of Slate Blue #6147CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

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

R = 26.22%
G = 19.19%
B = 54.59%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6147CA (or 0x6147CA) is known color: Slate Blue. HEX triplet: 61, 47 and CA. RGB value is (97,71,202). Sum of RGB (Red+Green+Blue) = 97+71+202=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #6147CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147CA is #9EB835. Grayscale: #5D5D5D. Windows color (decimal): -10401846 or 13256545. OLE color: 13256545.

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

Color convert

RGB 97 71 202 -
CMYK 0.52 0.65 0 0.21
HSL 251.91º 0.55% 0.54% -
HSV(B) 251.91º 0.65% 0.79% -
XYZ 17.84 11.31 57.12 -
YUV 93.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 97 71 202 0.52 0.65 0 0.21 251.91 0.55 0.54
Hex 61 47 CA 34 41 0 15 FC 37 36
Octal 141 107 312 64 101 0 25 374 67 66
Binary 1100001 1000111 11001010 110100 1000001 0 10101 11111100 110111 110110

Color Harmonies of #6147CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147CA

Black with #6147CA

Text Example


Text Example

White with #6147CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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