Html Css Color HEX #6F4CC0 Slate Blue

📋 copy color: '#6F4CC0'

red 111 ◦ green 76 ◦ blue 192

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

Shades of Slate Blue #6F4CC0

Tints of Slate Blue #6F4CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 192 (75.39% from 255) = 50.66%

R = 29.29%
G = 20.05%
B = 50.66%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F4CC0 (or 0x6F4CC0) is known color: Slate Blue. HEX triplet: 6F, 4C and C0. RGB value is (111,76,192). Sum of RGB (Red+Green+Blue) = 111+76+192=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CC0 is #90B33F. Grayscale: #636363. Windows color (decimal): -9483072 or 12602479. OLE color: 12602479.

HSL color Cylindrical-coordinate representation of color #6F4CC0: hue angle of 258.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4CC0 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 76 192 -
CMYK 0.42 0.60 0 0.25
HSL 258.1º 0.48% 0.53% -
HSV(B) 258.1º 0.6% 0.75% -
XYZ 18.65 12.35 51.27 -
YUV 99.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 111 76 192 0.42 0.60 0 0.25 258.1 0.48 0.53
Hex 6F 4C C0 2A 3C 0 19 102 30 35
Octal 157 114 300 52 74 0 31 402 60 65
Binary 1101111 1001100 11000000 101010 111100 0 11001 100000010 110000 110101

Color Harmonies of #6F4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CC0

Black with #6F4CC0

Text Example


Text Example

White with #6F4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,192); }

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

background-color css

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

 a { background-color: rgb(111,76,192); }

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

border-color css

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

 span { border-color: rgb(111,76,192); }

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