Html Css Color HEX #6F48CE Slate Blue

📋 copy color: '#6F48CE'

red 111 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #6F48CE

Tints of Slate Blue #6F48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 28.53%
G = 18.51%
B = 52.96%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F48CE (or 0x6F48CE) is known color: Slate Blue. HEX triplet: 6F, 48 and CE. RGB value is (111,72,206). Sum of RGB (Red+Green+Blue) = 111+72+206=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F48CE is #90B731. Grayscale: #626262. Windows color (decimal): -9484082 or 13518959. OLE color: 13518959.

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

Color convert

RGB 111 72 206 -
CMYK 0.46 0.65 0 0.19
HSL 257.46º 0.58% 0.55% -
HSV(B) 257.46º 0.65% 0.81% -
XYZ 20.01 12.47 59.74 -
YUV 98.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 111 72 206 0.46 0.65 0 0.19 257.46 0.58 0.55
Hex 6F 48 CE 2E 41 0 13 101 3A 37
Octal 157 110 316 56 101 0 23 401 72 67
Binary 1101111 1001000 11001110 101110 1000001 0 10011 100000001 111010 110111

Color Harmonies of #6F48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F48CE

Black with #6F48CE

Text Example


Text Example

White with #6F48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,206); }

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

background-color css

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

 a { background-color: rgb(111,72,206); }

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

border-color css

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

 span { border-color: rgb(111,72,206); }

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