Html Css Color HEX #6F56CF Slate Blue

📋 copy color: '#6F56CF'

red 111 ◦ green 86 ◦ blue 207

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

Shades of Slate Blue #6F56CF

Tints of Slate Blue #6F56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 27.48%
G = 21.29%
B = 51.24%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F56CF (or 0x6F56CF) is known color: Slate Blue. HEX triplet: 6F, 56 and CF. RGB value is (111,86,207). Sum of RGB (Red+Green+Blue) = 111+86+207=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F56CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56CF is #90A930. Grayscale: #6A6A6A. Windows color (decimal): -9480497 or 13588079. OLE color: 13588079.

HSL color Cylindrical-coordinate representation of color #6F56CF: hue angle of 252.4º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F56CF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 86 207 -
CMYK 0.46 0.58 0 0.19
HSL 252.4º 0.56% 0.57% -
HSV(B) 252.4º 0.58% 0.81% -
XYZ 21.15 14.54 60.72 -
YUV 107.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 111 86 207 0.46 0.58 0 0.19 252.4 0.56 0.57
Hex 6F 56 CF 2E 3A 0 13 FC 38 39
Octal 157 126 317 56 72 0 23 374 70 71
Binary 1101111 1010110 11001111 101110 111010 0 10011 11111100 111000 111001

Color Harmonies of #6F56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56CF

Black with #6F56CF

Text Example


Text Example

White with #6F56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,207); }

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

background-color css

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

 a { background-color: rgb(111,86,207); }

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

border-color css

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

 span { border-color: rgb(111,86,207); }

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