Html Css Color HEX #6F52CF Slate Blue

📋 copy color: '#6F52CF'

red 111 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6F52CF

Tints of Slate Blue #6F52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 27.75%
G = 20.5%
B = 51.75%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F52CF (or 0x6F52CF) is known color: Slate Blue. HEX triplet: 6F, 52 and CF. RGB value is (111,82,207). Sum of RGB (Red+Green+Blue) = 111+82+207=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52CF is #90AD30. Grayscale: #686868. Windows color (decimal): -9481521 or 13587055. OLE color: 13587055.

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

Color convert

RGB 111 82 207 -
CMYK 0.46 0.60 0 0.19
HSL 253.92º 0.57% 0.57% -
HSV(B) 253.92º 0.6% 0.81% -
XYZ 20.84 13.92 60.62 -
YUV 104.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 111 82 207 0.46 0.60 0 0.19 253.92 0.57 0.57
Hex 6F 52 CF 2E 3C 0 13 FE 39 39
Octal 157 122 317 56 74 0 23 376 71 71
Binary 1101111 1010010 11001111 101110 111100 0 10011 11111110 111001 111001

Color Harmonies of #6F52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52CF

Black with #6F52CF

Text Example


Text Example

White with #6F52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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