#6C67CF

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

Shades of Slate Blue #6C67CF

Tints of Slate Blue #6C67CF

Color information

#6C67CF (or 0x6C67CF) is unknown color: approx Slate Blue. HEX triplet: 6C, 67 and CF. RGB value is (108,103,207). Sum of RGB (Red+Green+Blue) = 108+103+207=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67CF is #939830. Grayscale: #737373. Windows color (decimal): -9672753 or 13592428. OLE color: 13592428.

HSL color Cylindrical-coordinate representation of color #6C67CF: hue angle of 242.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C67CF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108103207-
CMYK0.480.5000.19
HSL242.88º52%60.78%-
HSV(B)242.88º50.24%81.18%-
XYZ22.317.3961.21-
YUV116.35179.16122.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=25.84%
G=24.64%
B=49.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081032070.480.5000.19242.885260.78
Hex6C67CF3032013f3343d
Octal15414731760620233636475
Binary110110011001111100111111000011001001001111110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,207); }

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

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

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

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

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

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

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