#6B67CB

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

Shades of Slate Blue #6B67CB

Tints of Slate Blue #6B67CB

Color information

#6B67CB (or 0x6B67CB) is unknown color: approx Slate Blue. HEX triplet: 6B, 67 and CB. RGB value is (107,103,203). Sum of RGB (Red+Green+Blue) = 107+103+203=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B67CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CB is #949834. Grayscale: #737373. Windows color (decimal): -9738293 or 13330283. OLE color: 13330283.

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

Color convert

RGB107103203-
CMYK0.470.4900.20
HSL242.4º49.02%60%-
HSV(B)242.4º49.26%79.61%-
XYZ21.6917.1458.66-
YUV115.6177.33121.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.91%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=25.91%
G=24.94%
B=49.15%

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
Decimal1071032030.470.4900.20242.449.0260
Hex6B67CB2F31014f2313c
Octal15314731357610243626174
Binary110101111001111100101110111111000101010011110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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