#6C72D7

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

Shades of Slate Blue #6C72D7

Tints of Slate Blue #6C72D7

Color information

#6C72D7 (or 0x6C72D7) is unknown color: approx Slate Blue. HEX triplet: 6C, 72 and D7. RGB value is (108,114,215). Sum of RGB (Red+Green+Blue) = 108+114+215=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C72D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72D7 is #938D28. Grayscale: #7B7B7B. Windows color (decimal): -9669929 or 14119532. OLE color: 14119532.

HSL color Cylindrical-coordinate representation of color #6C72D7: hue angle of 236.64º 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 #6C72D7 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108114215-
CMYK0.500.4700.16
HSL236.64º57.22%63.33%-
HSV(B)236.64º49.77%84.31%-
XYZ24.4720.1366.89-
YUV123.72179.51116.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 215 (84.38% from 255) = 49.20%
R=24.71%
G=26.09%
B=49.20%

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
Decimal1081142150.500.4700.16236.6457.2263.33
Hex6C72D7322F010ed393f
Octal15416232762570203557177
Binary110110011100101101011111001010111101000011101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C72D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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