#6B68CB

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

Shades of Slate Blue #6B68CB

Tints of Slate Blue #6B68CB

Color information

#6B68CB (or 0x6B68CB) is unknown color: approx Slate Blue. HEX triplet: 6B, 68 and CB. RGB value is (107,104,203). Sum of RGB (Red+Green+Blue) = 107+104+203=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68CB is #949734. Grayscale: #737373. Windows color (decimal): -9738037 or 13330539. OLE color: 13330539.

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

Color convert

RGB107104203-
CMYK0.470.4900.20
HSL241.82º48.77%60.2%-
HSV(B)241.82º48.77%79.61%-
XYZ21.7917.3458.7-
YUV116.18176.99121.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=25.85%
G=25.12%
B=49.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071042030.470.4900.20241.8248.7760.2
Hex6B68CB2F31014f2313c
Octal15315031357610243626174
Binary110101111010001100101110111111000101010011110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B68CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,203); }

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

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

 a { background-color: rgb(107,104,203); }

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

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

 span { border-color: rgb(107,104,203); }

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