Html Css Color HEX #6F3FDC Slate Blue

📋 copy color: '#6F3FDC'

red 111 ◦ green 63 ◦ blue 220

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

Shades of Slate Blue #6F3FDC

Tints of Slate Blue #6F3FDC

RGB

 RED value IS 111 (43.75% from 255) = 28.17%

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 28.17%
G = 15.99%
B = 55.84%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F3FDC (or 0x6F3FDC) is known color: Slate Blue. HEX triplet: 6F, 3F and DC. RGB value is (111,63,220). Sum of RGB (Red+Green+Blue) = 111+63+220=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F3FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3FDC is #90C023. Grayscale: #5E5E5E. Windows color (decimal): -9486372 or 14434159. OLE color: 14434159.

HSL color Cylindrical-coordinate representation of color #6F3FDC: hue angle of 258.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3FDC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 63 220 -
CMYK 0.50 0.71 0 0.14
HSL 258.34º 0.69% 0.55% -
HSV(B) 258.34º 0.71% 0.86% -
XYZ 21.25 12.1 68.93 -
YUV 95.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 111 63 220 0.50 0.71 0 0.14 258.34 0.69 0.55
Hex 6F 3F DC 32 47 0 E 102 45 37
Octal 157 77 334 62 107 0 16 402 105 67
Binary 1101111 111111 11011100 110010 1000111 0 1110 100000010 1000101 110111

Color Harmonies of #6F3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3FDC

Black with #6F3FDC

Text Example


Text Example

White with #6F3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F3FDC; }

 p { color: rgb(111,63,220); }

 H1.HeaderClassName
 {
   color: #6F3FDC;
 }
 .AnyTagClassName
 {
   color: #6F3FDC;
 }
</style>

background-color css

<style>
 a { background-color: #6F3FDC; }

 a { background-color: rgb(111,63,220); }

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

border-color css

<style>
 span { border-color: #6F3FDC; }

 span { border-color: rgb(111,63,220); }

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