#6867CD

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

Shades of Slate Blue #6867CD

Tints of Slate Blue #6867CD

Color information

#6867CD (or 0x6867CD) is unknown color: approx Slate Blue. HEX triplet: 68, 67 and CD. RGB value is (104,103,205). Sum of RGB (Red+Green+Blue) = 104+103+205=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #6867CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867CD is #979832. Grayscale: #727272. Windows color (decimal): -9934899 or 13461352. OLE color: 13461352.

HSL color Cylindrical-coordinate representation of color #6867CD: hue angle of 240.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6867CD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104103205-
CMYK0.490.5000.20
HSL240.59º50.5%60.39%-
HSV(B)240.59º49.76%80.39%-
XYZ21.5817.0559.91-
YUV114.93178.83120.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=25.24%
G=25%
B=49.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041032050.490.5000.20240.5950.560.39
Hex6867CD3132014f1323c
Octal15014731561620243616274
Binary110100011001111100110111000111001001010011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6867CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6867CD; }

 p { color: rgb(104,103,205); }

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

<style>
 a { background-color: #6867CD; }

 a { background-color: rgb(104,103,205); }

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

<style>
 span { border-color: #6867CD; }

 span { border-color: rgb(104,103,205); }

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