#6F6CCD

Color #6F6CCD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6F6CCD

Tints of Slate Blue #6F6CCD

Color information

#6F6CCD (or 0x6F6CCD) is unknown color: approx Slate Blue. HEX triplet: 6F, 6C and CD. RGB value is (111,108,205). Sum of RGB (Red+Green+Blue) = 111+108+205=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6CCD is #909332. Grayscale: #777777. Windows color (decimal): -9474867 or 13462639. OLE color: 13462639.

HSL color Cylindrical-coordinate representation of color #6F6CCD: hue angle of 241.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F6CCD is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111108205-
CMYK0.460.4700.20
HSL241.86º49.24%61.37%-
HSV(B)241.86º47.32%80.39%-
XYZ22.9418.5160.12-
YUV119.96175.99121.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=26.18%
G=25.47%
B=48.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111082050.460.4700.20241.8649.2461.37
Hex6F6CCD2E2F014f2313d
Octal15715431556570243626175
Binary110111111011001100110110111010111101010011110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,205); }

 H1.HeaderClassName
 {
   color: #6F6CCD;
 }
 .AnyTagClassName
 {
   color: #6F6CCD;
 }
</style>
background-color css

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

 a { background-color: rgb(111,108,205); }

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

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

 span { border-color: rgb(111,108,205); }

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