Html Css Color HEX #6F5ACF Slate Blue

📋 copy color: '#6F5ACF'

red 111 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #6F5ACF

Tints of Slate Blue #6F5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 27.21%
G = 22.06%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F5ACF (or 0x6F5ACF) is known color: Slate Blue. HEX triplet: 6F, 5A and CF. RGB value is (111,90,207). Sum of RGB (Red+Green+Blue) = 111+90+207=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5ACF is #90A530. Grayscale: #6D6D6D. Windows color (decimal): -9479473 or 13589103. OLE color: 13589103.

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

Color convert

RGB 111 90 207 -
CMYK 0.46 0.57 0 0.19
HSL 250.77º 0.55% 0.58% -
HSV(B) 250.77º 0.57% 0.81% -
XYZ 21.47 15.2 60.83 -
YUV 109.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 111 90 207 0.46 0.57 0 0.19 250.77 0.55 0.58
Hex 6F 5A CF 2E 39 0 13 FB 37 3A
Octal 157 132 317 56 71 0 23 373 67 72
Binary 1101111 1011010 11001111 101110 111001 0 10011 11111011 110111 111010

Color Harmonies of #6F5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5ACF

Black with #6F5ACF

Text Example


Text Example

White with #6F5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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