Html Css Color HEX #6F56CB Slate Blue

📋 copy color: '#6F56CB'

red 111 ◦ green 86 ◦ blue 203

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

Shades of Slate Blue #6F56CB

Tints of Slate Blue #6F56CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 27.75%
G = 21.5%
B = 50.75%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F56CB (or 0x6F56CB) is known color: Slate Blue. HEX triplet: 6F, 56 and CB. RGB value is (111,86,203). Sum of RGB (Red+Green+Blue) = 111+86+203=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56CB is #90A934. Grayscale: #6A6A6A. Windows color (decimal): -9480501 or 13325935. OLE color: 13325935.

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

Color convert

RGB 111 86 203 -
CMYK 0.45 0.58 0 0.20
HSL 252.82º 0.53% 0.57% -
HSV(B) 252.82º 0.58% 0.8% -
XYZ 20.66 14.35 58.18 -
YUV 106.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 111 86 203 0.45 0.58 0 0.20 252.82 0.53 0.57
Hex 6F 56 CB 2D 3A 0 14 FD 35 39
Octal 157 126 313 55 72 0 24 375 65 71
Binary 1101111 1010110 11001011 101101 111010 0 10100 11111101 110101 111001

Color Harmonies of #6F56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56CB

Black with #6F56CB

Text Example


Text Example

White with #6F56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,203); }

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

background-color css

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

 a { background-color: rgb(111,86,203); }

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

border-color css

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

 span { border-color: rgb(111,86,203); }

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