Html Css Color HEX #6F4CDE Slate Blue

📋 copy color: '#6F4CDE'

red 111 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #6F4CDE

Tints of Slate Blue #6F4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

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

R = 27.14%
G = 18.58%
B = 54.28%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F4CDE (or 0x6F4CDE) is known color: Slate Blue. HEX triplet: 6F, 4C and DE. RGB value is (111,76,222). Sum of RGB (Red+Green+Blue) = 111+76+222=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CDE is #90B321. Grayscale: #666666. Windows color (decimal): -9483042 or 14568559. OLE color: 14568559.

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

Color convert

RGB 111 76 222 -
CMYK 0.5 0.66 0 0.13
HSL 254.38º 0.69% 0.58% -
HSV(B) 254.38º 0.66% 0.87% -
XYZ 22.32 13.82 70.6 -
YUV 103.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 111 76 222 0.5 0.66 0 0.13 254.38 0.69 0.58
Hex 6F 4C DE 32 42 0 D FE 45 3A
Octal 157 114 336 62 102 0 15 376 105 72
Binary 1101111 1001100 11011110 110010 1000010 0 1101 11111110 1000101 111010

Color Harmonies of #6F4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CDE

Black with #6F4CDE

Text Example


Text Example

White with #6F4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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