#6B79FC

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

Shades of Light Slate Blue #6B79FC

Tints of Light Slate Blue #6B79FC

Color information

#6B79FC (or 0x6B79FC) is unknown color: approx Light Slate Blue. HEX triplet: 6B, 79 and FC. RGB value is (107,121,252). Sum of RGB (Red+Green+Blue) = 107+121+252=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B79FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B79FC is #948603. Grayscale: #838383. Windows color (decimal): -9733636 or 16546155. OLE color: 16546155.

HSL color Cylindrical-coordinate representation of color #6B79FC: hue angle of 234.21º degrees, saturation: 0.96, 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 #6B79FC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107121252-
CMYK0.580.5200.01
HSL234.21º96.03%70.39%-
HSV(B)234.21º57.54%98.82%-
XYZ30.4723.8395.09-
YUV131.75195.86110.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.29%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 252 (98.83% from 255) = 52.5%
R=22.29%
G=25.21%
B=52.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071212520.580.5200.01234.2196.0370.39
Hex6B79FC3A3401ea6046
Octal153171374726401352140106
Binary1101011111100111111100111010110100011110101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,252); }

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

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

 a { background-color: rgb(107,121,252); }

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

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

 span { border-color: rgb(107,121,252); }

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