#6A74FE

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

Shades of Light Slate Blue #6A74FE

Tints of Light Slate Blue #6A74FE

Color information

#6A74FE (or 0x6A74FE) is unknown color: approx Light Slate Blue. HEX triplet: 6A, 74 and FE. RGB value is (106,116,254). Sum of RGB (Red+Green+Blue) = 106+116+254=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A74FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A74FE is #958B01. Grayscale: #808080. Windows color (decimal): -9800450 or 16675946. OLE color: 16675946.

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

Color convert

RGB106116254-
CMYK0.580.5400.00
HSL235.95º98.67%70.59%-
HSV(B)235.95º58.27%99.61%-
XYZ30.0822.7196.56-
YUV128.74198.69111.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 254 (99.61% from 255) = 53.36%
R=22.27%
G=24.37%
B=53.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1061162540.580.5400.00235.9598.6770.59
Hex6A74FE3A3600ec6347
Octal152164376726600354143107
Binary1101010111010011111110111010110110001110110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A74FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,254); }

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

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

 a { background-color: rgb(106,116,254); }

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

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

 span { border-color: rgb(106,116,254); }

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