#6D67CC

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

Shades of Slate Blue #6D67CC

Tints of Slate Blue #6D67CC

Color information

#6D67CC (or 0x6D67CC) is unknown color: approx Slate Blue. HEX triplet: 6D, 67 and CC. RGB value is (109,103,204). Sum of RGB (Red+Green+Blue) = 109+103+204=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67CC is #929833. Grayscale: #737373. Windows color (decimal): -9607220 or 13395821. OLE color: 13395821.

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

Color convert

RGB109103204-
CMYK0.470.5000.2
HSL243.56º49.75%60.2%-
HSV(B)243.56º49.51%80%-
XYZ22.0617.3159.31-
YUV116.31177.49122.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=26.20%
G=24.76%
B=49.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091032040.470.5000.2243.5649.7560.2
Hex6D67CC2F32014f4323c
Octal15514731457620243646274
Binary110110111001111100110010111111001001010011110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,204); }

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

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

 a { background-color: rgb(109,103,204); }

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

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

 span { border-color: rgb(109,103,204); }

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