Html Css Color HEX #6F59CF Slate Blue

📋 copy color: '#6F59CF'

red 111 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #6F59CF

Tints of Slate Blue #6F59CF

RGB

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

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

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

R = 27.27%
G = 21.87%
B = 50.86%

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

#6F59CF (or 0x6F59CF) is known color: Slate Blue. HEX triplet: 6F, 59 and CF. RGB value is (111,89,207). Sum of RGB (Red+Green+Blue) = 111+89+207=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59CF is #90A630. Grayscale: #6C6C6C. Windows color (decimal): -9479729 or 13588847. OLE color: 13588847.

HSL color Cylindrical-coordinate representation of color #6F59CF: hue angle of 251.19º 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 #6F59CF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 89 207 -
CMYK 0.46 0.57 0 0.19
HSL 251.19º 0.55% 0.58% -
HSV(B) 251.19º 0.57% 0.81% -
XYZ 21.39 15.03 60.81 -
YUV 109.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 111 89 207 0.46 0.57 0 0.19 251.19 0.55 0.58
Hex 6F 59 CF 2E 39 0 13 FB 37 3A
Octal 157 131 317 56 71 0 23 373 67 72
Binary 1101111 1011001 11001111 101110 111001 0 10011 11111011 110111 111010

Color Harmonies of #6F59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F59CF

Black with #6F59CF

Text Example


Text Example

White with #6F59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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