#6B67CD

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

Shades of Slate Blue #6B67CD

Tints of Slate Blue #6B67CD

Color information

#6B67CD (or 0x6B67CD) is unknown color: approx Slate Blue. HEX triplet: 6B, 67 and CD. RGB value is (107,103,205). Sum of RGB (Red+Green+Blue) = 107+103+205=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B67CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CD is #949832. Grayscale: #737373. Windows color (decimal): -9738291 or 13461355. OLE color: 13461355.

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

Color convert

RGB107103205-
CMYK0.480.5000.20
HSL242.35º50.5%60.39%-
HSV(B)242.35º49.76%80.39%-
XYZ21.9317.2359.93-
YUV115.82178.33121.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=25.78%
G=24.82%
B=49.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071032050.480.5000.20242.3550.560.39
Hex6B67CD3032014f2323c
Octal15314731560620243626274
Binary110101111001111100110111000011001001010011110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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