Html Css Color HEX #6350CF Slate Blue

📋 copy color: '#6350CF'

red 99 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #6350CF

Tints of Slate Blue #6350CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 25.65%
G = 20.73%
B = 53.63%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6350CF (or 0x6350CF) is known color: Slate Blue. HEX triplet: 63, 50 and CF. RGB value is (99,80,207). Sum of RGB (Red+Green+Blue) = 99+80+207=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6350CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350CF is #9CAF30. Grayscale: #636363. Windows color (decimal): -10268465 or 13586531. OLE color: 13586531.

HSL color Cylindrical-coordinate representation of color #6350CF: hue angle of 248.98º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6350CF is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 80 207 -
CMYK 0.52 0.61 0 0.19
HSL 248.98º 0.57% 0.56% -
HSV(B) 248.98º 0.61% 0.81% -
XYZ 19.28 12.89 60.5 -
YUV 100.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 99 80 207 0.52 0.61 0 0.19 248.98 0.57 0.56
Hex 63 50 CF 34 3D 0 13 F9 39 38
Octal 143 120 317 64 75 0 23 371 71 70
Binary 1100011 1010000 11001111 110100 111101 0 10011 11111001 111001 111000

Color Harmonies of #6350CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350CF

Black with #6350CF

Text Example


Text Example

White with #6350CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6350CF; }

 p { color: rgb(99,80,207); }

 H1.HeaderClassName
 {
   color: #6350CF;
 }
 .AnyTagClassName
 {
   color: #6350CF;
 }
</style>

background-color css

<style>
 a { background-color: #6350CF; }

 a { background-color: rgb(99,80,207); }

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

border-color css

<style>
 span { border-color: #6350CF; }

 span { border-color: rgb(99,80,207); }

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