Html Css Color HEX #6147CF Slate Blue

📋 copy color: '#6147CF'

red 97 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #6147CF

Tints of Slate Blue #6147CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 25.87%
G = 18.93%
B = 55.2%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6147CF (or 0x6147CF) is known color: Slate Blue. HEX triplet: 61, 47 and CF. RGB value is (97,71,207). Sum of RGB (Red+Green+Blue) = 97+71+207=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6147CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147CF is #9EB830. Grayscale: #5D5D5D. Windows color (decimal): -10401841 or 13584225. OLE color: 13584225.

HSL color Cylindrical-coordinate representation of color #6147CF: hue angle of 251.47º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6147CF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 71 207 -
CMYK 0.53 0.66 0 0.19
HSL 251.47º 0.59% 0.55% -
HSV(B) 251.47º 0.66% 0.81% -
XYZ 18.45 11.55 60.29 -
YUV 94.28 191.61 129.94 -
System Red Green Blue C M Y K H S L
Decimal 97 71 207 0.53 0.66 0 0.19 251.47 0.59 0.55
Hex 61 47 CF 35 42 0 13 FB 3B 37
Octal 141 107 317 65 102 0 23 373 73 67
Binary 1100001 1000111 11001111 110101 1000010 0 10011 11111011 111011 110111

Color Harmonies of #6147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147CF

Black with #6147CF

Text Example


Text Example

White with #6147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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