Html Css Color HEX #6347BF Slate Blue

📋 copy color: '#6347BF'

red 99 ◦ green 71 ◦ blue 191

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

Shades of Slate Blue #6347BF

Tints of Slate Blue #6347BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 27.42%
G = 19.67%
B = 52.91%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6347BF (or 0x6347BF) is known color: Slate Blue. HEX triplet: 63, 47 and BF. RGB value is (99,71,191). Sum of RGB (Red+Green+Blue) = 99+71+191=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6347BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347BF is #9CB840. Grayscale: #5C5C5C. Windows color (decimal): -10270785 or 12535651. OLE color: 12535651.

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

Color convert

RGB 99 71 191 -
CMYK 0.48 0.63 0 0.25
HSL 254º 0.48% 0.51% -
HSV(B) 254º 0.63% 0.75% -
XYZ 16.8 10.92 50.51 -
YUV 93.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 99 71 191 0.48 0.63 0 0.25 254 0.48 0.51
Hex 63 47 BF 30 3F 0 19 FE 30 33
Octal 143 107 277 60 77 0 31 376 60 63
Binary 1100011 1000111 10111111 110000 111111 0 11001 11111110 110000 110011

Color Harmonies of #6347BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6347BF

Black with #6347BF

Text Example


Text Example

White with #6347BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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