Html Css Color HEX #6146CB Slate Blue

📋 copy color: '#6146CB'

red 97 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #6146CB

Tints of Slate Blue #6146CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.86%

R = 26.22%
G = 18.92%
B = 54.86%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6146CB (or 0x6146CB) is known color: Slate Blue. HEX triplet: 61, 46 and CB. RGB value is (97,70,203). Sum of RGB (Red+Green+Blue) = 97+70+203=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6146CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146CB is #9EB934. Grayscale: #5C5C5C. Windows color (decimal): -10402101 or 13321825. OLE color: 13321825.

HSL color Cylindrical-coordinate representation of color #6146CB: hue angle of 252.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6146CB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 70 203 -
CMYK 0.52 0.66 0 0.20
HSL 252.18º 0.56% 0.54% -
HSV(B) 252.18º 0.66% 0.8% -
XYZ 17.9 11.23 57.72 -
YUV 93.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 97 70 203 0.52 0.66 0 0.20 252.18 0.56 0.54
Hex 61 46 CB 34 42 0 14 FC 38 36
Octal 141 106 313 64 102 0 24 374 70 66
Binary 1100001 1000110 11001011 110100 1000010 0 10100 11111100 111000 110110

Color Harmonies of #6146CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146CB

Black with #6146CB

Text Example


Text Example

White with #6146CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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