Html Css Color HEX #6351C9 Slate Blue

📋 copy color: '#6351C9'

red 99 ◦ green 81 ◦ blue 201

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

Shades of Slate Blue #6351C9

Tints of Slate Blue #6351C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 25.98%
G = 21.26%
B = 52.76%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6351C9 (or 0x6351C9) is known color: Slate Blue. HEX triplet: 63, 51 and C9. RGB value is (99,81,201). Sum of RGB (Red+Green+Blue) = 99+81+201=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #6351C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351C9 is #9CAE36. Grayscale: #636363. Windows color (decimal): -10268215 or 13193571. OLE color: 13193571.

HSL color Cylindrical-coordinate representation of color #6351C9: hue angle of 249º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6351C9 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 81 201 -
CMYK 0.51 0.60 0 0.21
HSL 249º 0.53% 0.55% -
HSV(B) 249º 0.6% 0.79% -
XYZ 18.63 12.75 56.74 -
YUV 100.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 99 81 201 0.51 0.60 0 0.21 249 0.53 0.55
Hex 63 51 C9 33 3C 0 15 F9 35 37
Octal 143 121 311 63 74 0 25 371 65 67
Binary 1100011 1010001 11001001 110011 111100 0 10101 11111001 110101 110111

Color Harmonies of #6351C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6351C9

Black with #6351C9

Text Example


Text Example

White with #6351C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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