Html Css Color HEX #6F52DA Slate Blue

📋 copy color: '#6F52DA'

red 111 ◦ green 82 ◦ blue 218

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

Shades of Slate Blue #6F52DA

Tints of Slate Blue #6F52DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 27.01%
G = 19.95%
B = 53.04%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F52DA (or 0x6F52DA) is known color: Slate Blue. HEX triplet: 6F, 52 and DA. RGB value is (111,82,218). Sum of RGB (Red+Green+Blue) = 111+82+218=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F52DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52DA is #90AD25. Grayscale: #696969. Windows color (decimal): -9481510 or 14307951. OLE color: 14307951.

HSL color Cylindrical-coordinate representation of color #6F52DA: hue angle of 252.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F52DA is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 82 218 -
CMYK 0.49 0.62 0 0.15
HSL 252.79º 0.65% 0.59% -
HSV(B) 252.79º 0.62% 0.85% -
XYZ 22.23 14.48 67.95 -
YUV 106.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 111 82 218 0.49 0.62 0 0.15 252.79 0.65 0.59
Hex 6F 52 DA 31 3E 0 F FD 41 3B
Octal 157 122 332 61 76 0 17 375 101 73
Binary 1101111 1010010 11011010 110001 111110 0 1111 11111101 1000001 111011

Color Harmonies of #6F52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52DA

Black with #6F52DA

Text Example


Text Example

White with #6F52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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