Html Css Color HEX #6350BF Slate Blue

📋 copy color: '#6350BF'

red 99 ◦ green 80 ◦ blue 191

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

Shades of Slate Blue #6350BF

Tints of Slate Blue #6350BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 26.76%
G = 21.62%
B = 51.62%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6350BF (or 0x6350BF) is known color: Slate Blue. HEX triplet: 63, 50 and BF. RGB value is (99,80,191). Sum of RGB (Red+Green+Blue) = 99+80+191=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6350BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350BF is #9CAF40. Grayscale: #616161. Windows color (decimal): -10268481 or 12537955. OLE color: 12537955.

HSL color Cylindrical-coordinate representation of color #6350BF: hue angle of 250.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6350BF is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 80 191 -
CMYK 0.48 0.58 0 0.25
HSL 250.27º 0.46% 0.53% -
HSV(B) 250.27º 0.58% 0.75% -
XYZ 17.42 12.15 50.72 -
YUV 98.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 99 80 191 0.48 0.58 0 0.25 250.27 0.46 0.53
Hex 63 50 BF 30 3A 0 19 FA 2E 35
Octal 143 120 277 60 72 0 31 372 56 65
Binary 1100011 1010000 10111111 110000 111010 0 11001 11111010 101110 110101

Color Harmonies of #6350BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350BF

Black with #6350BF

Text Example


Text Example

White with #6350BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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