#6767C9

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

Shades of Slate Blue #6767C9

Tints of Slate Blue #6767C9

Color information

#6767C9 (or 0x6767C9) is unknown color: approx Slate Blue. HEX triplet: 67, 67 and C9. RGB value is (103,103,201). Sum of RGB (Red+Green+Blue) = 103+103+201=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #6767C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767C9 is #989836. Grayscale: #717171. Windows color (decimal): -10000439 or 13199207. OLE color: 13199207.

HSL color Cylindrical-coordinate representation of color #6767C9: hue angle of 240º 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 #6767C9 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103103201-
CMYK0.490.4900.21
HSL240º47.57%59.61%-
HSV(B)240º48.76%78.82%-
XYZ20.9916.857.4-
YUV114.17177120.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=25.31%
G=25.31%
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
Decimal1031032010.490.4900.2124047.5759.61
Hex6767C93131015f0303c
Octal14714731161610253606074
Binary110011111001111100100111000111000101010111110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6767C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6767C9; }

 p { color: rgb(103,103,201); }

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

<style>
 a { background-color: #6767C9; }

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

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

<style>
 span { border-color: #6767C9; }

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

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