Html Css Color HEX #6F44CC Slate Blue

📋 copy color: '#6F44CC'

red 111 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6F44CC

Tints of Slate Blue #6F44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 28.98%
G = 17.75%
B = 53.26%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F44CC (or 0x6F44CC) is known color: Slate Blue. HEX triplet: 6F, 44 and CC. RGB value is (111,68,204). Sum of RGB (Red+Green+Blue) = 111+68+204=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F44CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F44CC is #90BB33. Grayscale: #5F5F5F. Windows color (decimal): -9485108 or 13386863. OLE color: 13386863.

HSL color Cylindrical-coordinate representation of color #6F44CC: hue angle of 258.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F44CC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 68 204 -
CMYK 0.46 0.67 0 0.2
HSL 258.97º 0.57% 0.53% -
HSV(B) 258.97º 0.67% 0.8% -
XYZ 19.52 11.87 58.39 -
YUV 96.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 111 68 204 0.46 0.67 0 0.2 258.97 0.57 0.53
Hex 6F 44 CC 2E 43 0 14 103 39 35
Octal 157 104 314 56 103 0 24 403 71 65
Binary 1101111 1000100 11001100 101110 1000011 0 10100 100000011 111001 110101

Color Harmonies of #6F44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F44CC

Black with #6F44CC

Text Example


Text Example

White with #6F44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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