Html Css Color HEX #6F59DE Slate Blue

📋 copy color: '#6F59DE'

red 111 ◦ green 89 ◦ blue 222

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

Shades of Slate Blue #6F59DE

Tints of Slate Blue #6F59DE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

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

R = 26.3%
G = 21.09%
B = 52.61%

CMYK

 C value IS 0.5

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F59DE (or 0x6F59DE) is known color: Slate Blue. HEX triplet: 6F, 59 and DE. RGB value is (111,89,222). Sum of RGB (Red+Green+Blue) = 111+89+222=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F59DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59DE is #90A621. Grayscale: #6E6E6E. Windows color (decimal): -9479714 or 14571887. OLE color: 14571887.

HSL color Cylindrical-coordinate representation of color #6F59DE: hue angle of 249.92º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F59DE is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 89 222 -
CMYK 0.5 0.60 0 0.13
HSL 249.92º 0.67% 0.61% -
HSV(B) 249.92º 0.6% 0.87% -
XYZ 23.31 15.8 70.93 -
YUV 110.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 111 89 222 0.5 0.60 0 0.13 249.92 0.67 0.61
Hex 6F 59 DE 32 3C 0 D FA 43 3D
Octal 157 131 336 62 74 0 15 372 103 75
Binary 1101111 1011001 11011110 110010 111100 0 1101 11111010 1000011 111101

Color Harmonies of #6F59DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F59DE

Black with #6F59DE

Text Example


Text Example

White with #6F59DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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