Html Css Color HEX #6351C1 Slate Blue

📋 copy color: '#6351C1'

red 99 ◦ green 81 ◦ blue 193

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

Shades of Slate Blue #6351C1

Tints of Slate Blue #6351C1

RGB

 RED value IS 99 (39.06% from 255) = 26.54%

 GREEN value IS 81 (32.03% from 255) = 21.72%

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 26.54%
G = 21.72%
B = 51.74%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6351C1 (or 0x6351C1) is known color: Slate Blue. HEX triplet: 63, 51 and C1. RGB value is (99,81,193). Sum of RGB (Red+Green+Blue) = 99+81+193=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #6351C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351C1 is #9CAE3E. Grayscale: #626262. Windows color (decimal): -10268223 or 12669283. OLE color: 12669283.

HSL color Cylindrical-coordinate representation of color #6351C1: hue angle of 249.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6351C1 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 81 193 -
CMYK 0.49 0.58 0 0.24
HSL 249.64º 0.47% 0.54% -
HSV(B) 249.64º 0.58% 0.76% -
XYZ 17.71 12.39 51.91 -
YUV 99.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 99 81 193 0.49 0.58 0 0.24 249.64 0.47 0.54
Hex 63 51 C1 31 3A 0 18 FA 2F 36
Octal 143 121 301 61 72 0 30 372 57 66
Binary 1100011 1010001 11000001 110001 111010 0 11000 11111010 101111 110110

Color Harmonies of #6351C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6351C1

Black with #6351C1

Text Example


Text Example

White with #6351C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6351C1; }

 p { color: rgb(99,81,193); }

 H1.HeaderClassName
 {
   color: #6351C1;
 }
 .AnyTagClassName
 {
   color: #6351C1;
 }
</style>

background-color css

<style>
 a { background-color: #6351C1; }

 a { background-color: rgb(99,81,193); }

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

border-color css

<style>
 span { border-color: #6351C1; }

 span { border-color: rgb(99,81,193); }

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