Html Css Color HEX #6F52CC Slate Blue

📋 copy color: '#6F52CC'

red 111 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #6F52CC

Tints of Slate Blue #6F52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 27.96%
G = 20.65%
B = 51.39%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F52CC (or 0x6F52CC) is known color: Slate Blue. HEX triplet: 6F, 52 and CC. RGB value is (111,82,204). Sum of RGB (Red+Green+Blue) = 111+82+204=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F52CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52CC is #90AD33. Grayscale: #686868. Windows color (decimal): -9481524 or 13390447. OLE color: 13390447.

HSL color Cylindrical-coordinate representation of color #6F52CC: hue angle of 254.26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F52CC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 82 204 -
CMYK 0.46 0.60 0 0.2
HSL 254.26º 0.54% 0.56% -
HSV(B) 254.26º 0.6% 0.8% -
XYZ 20.47 13.77 58.71 -
YUV 104.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 111 82 204 0.46 0.60 0 0.2 254.26 0.54 0.56
Hex 6F 52 CC 2E 3C 0 14 FE 36 38
Octal 157 122 314 56 74 0 24 376 66 70
Binary 1101111 1010010 11001100 101110 111100 0 10100 11111110 110110 111000

Color Harmonies of #6F52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52CC

Black with #6F52CC

Text Example


Text Example

White with #6F52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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