#6867CA

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

Shades of Slate Blue #6867CA

Tints of Slate Blue #6867CA

Color information

#6867CA (or 0x6867CA) is unknown color: approx Slate Blue. HEX triplet: 68, 67 and CA. RGB value is (104,103,202). Sum of RGB (Red+Green+Blue) = 104+103+202=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6867CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867CA is #979835. Grayscale: #727272. Windows color (decimal): -9934902 or 13264744. OLE color: 13264744.

HSL color Cylindrical-coordinate representation of color #6867CA: hue angle of 240.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6867CA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104103202-
CMYK0.490.4900.21
HSL240.61º48.29%59.8%-
HSV(B)240.61º49.01%79.22%-
XYZ21.2216.9158.02-
YUV114.58177.33120.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=25.43%
G=25.18%
B=49.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041032020.490.4900.21240.6148.2959.8
Hex6867CA3131015f1303c
Octal15014731261610253616074
Binary110100011001111100101011000111000101010111110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6867CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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