Html Css Color HEX #6351CA Slate Blue

📋 copy color: '#6351CA'

red 99 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #6351CA

Tints of Slate Blue #6351CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 25.92%
G = 21.2%
B = 52.88%

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

#6351CA (or 0x6351CA) is known color: Slate Blue. HEX triplet: 63, 51 and CA. RGB value is (99,81,202). Sum of RGB (Red+Green+Blue) = 99+81+202=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6351CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351CA is #9CAE35. Grayscale: #636363. Windows color (decimal): -10268214 or 13259107. OLE color: 13259107.

HSL color Cylindrical-coordinate representation of color #6351CA: hue angle of 248.93º 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 #6351CA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 81 202 -
CMYK 0.51 0.60 0 0.21
HSL 248.93º 0.53% 0.55% -
HSV(B) 248.93º 0.6% 0.79% -
XYZ 18.75 12.8 57.36 -
YUV 100.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 99 81 202 0.51 0.60 0 0.21 248.93 0.53 0.55
Hex 63 51 CA 33 3C 0 15 F9 35 37
Octal 143 121 312 63 74 0 25 371 65 67
Binary 1100011 1010001 11001010 110011 111100 0 10101 11111001 110101 110111

Color Harmonies of #6351CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6351CA

Black with #6351CA

Text Example


Text Example

White with #6351CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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