Html Css Color HEX #6146D0 Slate Blue

📋 copy color: '#6146D0'

red 97 ◦ green 70 ◦ blue 208

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

Shades of Slate Blue #6146D0

Tints of Slate Blue #6146D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 25.87%
G = 18.67%
B = 55.47%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6146D0 (or 0x6146D0) is known color: Slate Blue. HEX triplet: 61, 46 and D0. RGB value is (97,70,208). Sum of RGB (Red+Green+Blue) = 97+70+208=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #6146D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146D0 is #9EB92F. Grayscale: #5D5D5D. Windows color (decimal): -10402096 or 13649505. OLE color: 13649505.

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

Color convert

RGB 97 70 208 -
CMYK 0.53 0.66 0 0.18
HSL 251.74º 0.59% 0.55% -
HSV(B) 251.74º 0.66% 0.82% -
XYZ 18.51 11.48 60.91 -
YUV 93.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 97 70 208 0.53 0.66 0 0.18 251.74 0.59 0.55
Hex 61 46 D0 35 42 0 12 FC 3B 37
Octal 141 106 320 65 102 0 22 374 73 67
Binary 1100001 1000110 11010000 110101 1000010 0 10010 11111100 111011 110111

Color Harmonies of #6146D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146D0

Black with #6146D0

Text Example


Text Example

White with #6146D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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