#6C71D7

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

Shades of Slate Blue #6C71D7

Tints of Slate Blue #6C71D7

Color information

#6C71D7 (or 0x6C71D7) is unknown color: approx Slate Blue. HEX triplet: 6C, 71 and D7. RGB value is (108,113,215). Sum of RGB (Red+Green+Blue) = 108+113+215=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C71D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C71D7 is #938E28. Grayscale: #7A7A7A. Windows color (decimal): -9670185 or 14119276. OLE color: 14119276.

HSL color Cylindrical-coordinate representation of color #6C71D7: hue angle of 237.2º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C71D7 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108113215-
CMYK0.500.4700.16
HSL237.2º57.22%63.33%-
HSV(B)237.2º49.77%84.31%-
XYZ24.3619.966.85-
YUV123.13179.84117.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.77%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=24.77%
G=25.92%
B=49.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081132150.500.4700.16237.257.2263.33
Hex6C71D7322F010ed393f
Octal15416132762570203557177
Binary110110011100011101011111001010111101000011101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C71D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,215); }

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

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

 a { background-color: rgb(108,113,215); }

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

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

 span { border-color: rgb(108,113,215); }

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