#6E75FC

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

Shades of Light Slate Blue #6E75FC

Tints of Light Slate Blue #6E75FC

Color information

#6E75FC (or 0x6E75FC) is unknown color: approx Light Slate Blue. HEX triplet: 6E, 75 and FC. RGB value is (110,117,252). Sum of RGB (Red+Green+Blue) = 110+117+252=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E75FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E75FC is #918A03. Grayscale: #818181. Windows color (decimal): -9538052 or 16545134. OLE color: 16545134.

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

Color convert

RGB110117252-
CMYK0.560.5400.01
HSL237.04º95.95%70.98%-
HSV(B)237.04º56.35%98.82%-
XYZ30.3623.0794.95-
YUV130.3196.68113.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 252 (98.83% from 255) = 52.61%
R=22.96%
G=24.43%
B=52.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101172520.560.5400.01237.0495.9570.98
Hex6E75FC383601ed6047
Octal156165374706601355140107
Binary1101110111010111111100111000110110011110110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E75FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,252); }

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

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

 a { background-color: rgb(110,117,252); }

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

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

 span { border-color: rgb(110,117,252); }

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