#6C76FF

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

Shades of Light Slate Blue #6C76FF

Tints of Light Slate Blue #6C76FF

Color information

#6C76FF (or 0x6C76FF) is unknown color: approx Light Slate Blue. HEX triplet: 6C, 76 and FF. RGB value is (108,118,255). Sum of RGB (Red+Green+Blue) = 108+118+255=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C76FF is #938900. Grayscale: #828282. Windows color (decimal): -9668865 or 16741996. OLE color: 16741996.

HSL color Cylindrical-coordinate representation of color #6C76FF: hue angle of 235.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C76FF is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108118255-
CMYK0.580.5400
HSL235.92º100%71.18%-
HSV(B)235.92º57.65%100%-
XYZ30.7123.3797.5-
YUV130.63198.19111.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 255 (100% from 255) = 53.01%
R=22.45%
G=24.53%
B=53.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1081182550.580.5400235.9210071.18
Hex6C76FF3A3600ec6447
Octal154166377726600354144107
Binary1101100111011011111111111010110110001110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,255); }

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

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

 a { background-color: rgb(108,118,255); }

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

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

 span { border-color: rgb(108,118,255); }

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