#6C74FD

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

Shades of Light Slate Blue #6C74FD

Tints of Light Slate Blue #6C74FD

Color information

#6C74FD (or 0x6C74FD) is unknown color: approx Light Slate Blue. HEX triplet: 6C, 74 and FD. RGB value is (108,116,253). Sum of RGB (Red+Green+Blue) = 108+116+253=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 116 (45.70% from 255 or 24.32% 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 #6C74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C74FD is #938B02. Grayscale: #808080. Windows color (decimal): -9669379 or 16610412. OLE color: 16610412.

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

Color convert

RGB108116253-
CMYK0.570.5400.01
HSL236.69º97.32%70.78%-
HSV(B)236.69º57.31%99.22%-
XYZ30.1622.7795.73-
YUV129.23197.85112.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.64%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=22.64%
G=24.32%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081162530.570.5400.01236.6997.3270.78
Hex6C74FD393601ed6147
Octal154164375716601355141107
Binary1101100111010011111101111001110110011110110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,253); }

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

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

 a { background-color: rgb(108,116,253); }

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

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

 span { border-color: rgb(108,116,253); }

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