Html Css Color HEX #6F4BDA Slate Blue

📋 copy color: '#6F4BDA'

red 111 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #6F4BDA

Tints of Slate Blue #6F4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 27.48%
G = 18.56%
B = 53.96%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F4BDA (or 0x6F4BDA) is known color: Slate Blue. HEX triplet: 6F, 4B and DA. RGB value is (111,75,218). Sum of RGB (Red+Green+Blue) = 111+75+218=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BDA is #90B425. Grayscale: #656565. Windows color (decimal): -9483302 or 14306159. OLE color: 14306159.

HSL color Cylindrical-coordinate representation of color #6F4BDA: hue angle of 255.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F4BDA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 75 218 -
CMYK 0.49 0.66 0 0.15
HSL 255.1º 0.66% 0.57% -
HSV(B) 255.1º 0.66% 0.85% -
XYZ 21.73 13.47 67.79 -
YUV 102.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 111 75 218 0.49 0.66 0 0.15 255.1 0.66 0.57
Hex 6F 4B DA 31 42 0 F FF 42 39
Octal 157 113 332 61 102 0 17 377 102 71
Binary 1101111 1001011 11011010 110001 1000010 0 1111 11111111 1000010 111001

Color Harmonies of #6F4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4BDA

Black with #6F4BDA

Text Example


Text Example

White with #6F4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,75,218); }

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

background-color css

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

 a { background-color: rgb(111,75,218); }

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

border-color css

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

 span { border-color: rgb(111,75,218); }

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