#6A76FD

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

Shades of Light Slate Blue #6A76FD

Tints of Light Slate Blue #6A76FD

Color information

#6A76FD (or 0x6A76FD) is unknown color: approx Light Slate Blue. HEX triplet: 6A, 76 and FD. RGB value is (106,118,253). Sum of RGB (Red+Green+Blue) = 106+118+253=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A76FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A76FD is #958902. Grayscale: #818181. Windows color (decimal): -9799939 or 16610922. OLE color: 16610922.

HSL color Cylindrical-coordinate representation of color #6A76FD: hue angle of 235.1º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A76FD is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106118253-
CMYK0.580.5300.01
HSL235.1º97.35%70.39%-
HSV(B)235.1º58.1%99.22%-
XYZ30.1523.1195.8-
YUV129.8197.52111.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=22.22%
G=24.74%
B=53.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061182530.580.5300.01235.197.3570.39
Hex6A76FD3A3501eb6146
Octal152166375726501353141106
Binary1101010111011011111101111010110101011110101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,253); }

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

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

 a { background-color: rgb(106,118,253); }

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

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

 span { border-color: rgb(106,118,253); }

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