#6B67D8

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

Shades of Slate Blue #6B67D8

Tints of Slate Blue #6B67D8

Color information

#6B67D8 (or 0x6B67D8) is unknown color: approx Slate Blue. HEX triplet: 6B, 67 and D8. RGB value is (107,103,216). Sum of RGB (Red+Green+Blue) = 107+103+216=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B67D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67D8 is #949827. Grayscale: #747474. Windows color (decimal): -9738280 or 14182251. OLE color: 14182251.

HSL color Cylindrical-coordinate representation of color #6B67D8: hue angle of 242.12º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B67D8 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107103216-
CMYK0.500.5200.15
HSL242.12º59.16%62.55%-
HSV(B)242.12º52.31%84.71%-
XYZ23.3117.7867.17-
YUV117.08183.83120.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 216 (84.77% from 255) = 50.70%
R=25.12%
G=24.18%
B=50.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071032160.500.5200.15242.1259.1662.55
Hex6B67D832340Ff23b3f
Octal15314733062640173627377
Binary11010111100111110110001100101101000111111110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B67D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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