Html Css Color HEX #6347CF Slate Blue

📋 copy color: '#6347CF'

red 99 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #6347CF

Tints of Slate Blue #6347CF

RGB

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

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

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

R = 26.26%
G = 18.83%
B = 54.91%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6347CF (or 0x6347CF) is known color: Slate Blue. HEX triplet: 63, 47 and CF. RGB value is (99,71,207). Sum of RGB (Red+Green+Blue) = 99+71+207=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6347CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347CF is #9CB830. Grayscale: #5E5E5E. Windows color (decimal): -10270769 or 13584227. OLE color: 13584227.

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

Color convert

RGB 99 71 207 -
CMYK 0.52 0.66 0 0.19
HSL 252.35º 0.59% 0.55% -
HSV(B) 252.35º 0.66% 0.81% -
XYZ 18.66 11.66 60.3 -
YUV 94.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 99 71 207 0.52 0.66 0 0.19 252.35 0.59 0.55
Hex 63 47 CF 34 42 0 13 FC 3B 37
Octal 143 107 317 64 102 0 23 374 73 67
Binary 1100011 1000111 11001111 110100 1000010 0 10011 11111100 111011 110111

Color Harmonies of #6347CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6347CF

Black with #6347CF

Text Example


Text Example

White with #6347CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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