Html Css Color HEX #6F43DE Slate Blue

📋 copy color: '#6F43DE'

red 111 ◦ green 67 ◦ blue 222

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

Shades of Slate Blue #6F43DE

Tints of Slate Blue #6F43DE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.75%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 27.75%
G = 16.75%
B = 55.5%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F43DE (or 0x6F43DE) is known color: Slate Blue. HEX triplet: 6F, 43 and DE. RGB value is (111,67,222). Sum of RGB (Red+Green+Blue) = 111+67+222=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F43DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43DE is #90BC21. Grayscale: #616161. Windows color (decimal): -9485346 or 14566255. OLE color: 14566255.

HSL color Cylindrical-coordinate representation of color #6F43DE: hue angle of 257.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F43DE is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 67 222 -
CMYK 0.5 0.70 0 0.13
HSL 257.03º 0.7% 0.57% -
HSV(B) 257.03º 0.7% 0.87% -
XYZ 21.75 12.67 70.41 -
YUV 97.83 198.08 137.4 -
System Red Green Blue C M Y K H S L
Decimal 111 67 222 0.5 0.70 0 0.13 257.03 0.7 0.57
Hex 6F 43 DE 32 46 0 D 101 46 39
Octal 157 103 336 62 106 0 15 401 106 71
Binary 1101111 1000011 11011110 110010 1000110 0 1101 100000001 1000110 111001

Color Harmonies of #6F43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F43DE

Black with #6F43DE

Text Example


Text Example

White with #6F43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,222); }

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

background-color css

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

 a { background-color: rgb(111,67,222); }

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

border-color css

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

 span { border-color: rgb(111,67,222); }

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