#6C67CE

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

Shades of Slate Blue #6C67CE

Tints of Slate Blue #6C67CE

Color information

#6C67CE (or 0x6C67CE) is unknown color: approx Slate Blue. HEX triplet: 6C, 67 and CE. RGB value is (108,103,206). Sum of RGB (Red+Green+Blue) = 108+103+206=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67CE is #939831. Grayscale: #737373. Windows color (decimal): -9672754 or 13526892. OLE color: 13526892.

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

Color convert

RGB108103206-
CMYK0.480.5000.19
HSL242.91º51.24%60.59%-
HSV(B)242.91º50%80.78%-
XYZ22.1817.3460.57-
YUV116.24178.66122.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=25.90%
G=24.70%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1081032060.480.5000.19242.9151.2460.59
Hex6C67CE3032013f3333d
Octal15414731660620233636375
Binary110110011001111100111011000011001001001111110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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