Html Css Color HEX #6146CF Slate Blue

📋 copy color: '#6146CF'

red 97 ◦ green 70 ◦ blue 207

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

Shades of Slate Blue #6146CF

Tints of Slate Blue #6146CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 25.94%
G = 18.72%
B = 55.35%

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

#6146CF (or 0x6146CF) is known color: Slate Blue. HEX triplet: 61, 46 and CF. RGB value is (97,70,207). Sum of RGB (Red+Green+Blue) = 97+70+207=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6146CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146CF is #9EB930. Grayscale: #5D5D5D. Windows color (decimal): -10402097 or 13583969. OLE color: 13583969.

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

Color convert

RGB 97 70 207 -
CMYK 0.53 0.66 0 0.19
HSL 251.82º 0.59% 0.54% -
HSV(B) 251.82º 0.66% 0.81% -
XYZ 18.38 11.43 60.27 -
YUV 93.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 97 70 207 0.53 0.66 0 0.19 251.82 0.59 0.54
Hex 61 46 CF 35 42 0 13 FC 3B 36
Octal 141 106 317 65 102 0 23 374 73 66
Binary 1100001 1000110 11001111 110101 1000010 0 10011 11111100 111011 110110

Color Harmonies of #6146CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146CF

Black with #6146CF

Text Example


Text Example

White with #6146CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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