#6C67D5

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

Shades of Slate Blue #6C67D5

Tints of Slate Blue #6C67D5

Color information

#6C67D5 (or 0x6C67D5) is unknown color: approx Slate Blue. HEX triplet: 6C, 67 and D5. RGB value is (108,103,213). Sum of RGB (Red+Green+Blue) = 108+103+213=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C67D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67D5 is #93982A. Grayscale: #747474. Windows color (decimal): -9672747 or 13985644. OLE color: 13985644.

HSL color Cylindrical-coordinate representation of color #6C67D5: hue angle of 242.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C67D5 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108103213-
CMYK0.490.5200.16
HSL242.73º56.7%61.96%-
HSV(B)242.73º51.64%83.53%-
XYZ23.0417.6965.15-
YUV117.04182.16121.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.47%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 213 (83.59% from 255) = 50.24%
R=25.47%
G=24.29%
B=50.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081032130.490.5200.16242.7356.761.96
Hex6C67D53134010f3393e
Octal15414732561640203637176
Binary110110011001111101010111000111010001000011110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,213); }

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

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

 a { background-color: rgb(108,103,213); }

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

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

 span { border-color: rgb(108,103,213); }

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