#6C7BFA

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

Shades of Light Slate Blue #6C7BFA

Tints of Light Slate Blue #6C7BFA

Color information

#6C7BFA (or 0x6C7BFA) is unknown color: approx Light Slate Blue. HEX triplet: 6C, 7B and FA. RGB value is (108,123,250). Sum of RGB (Red+Green+Blue) = 108+123+250=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7BFA is #938405. Grayscale: #848484. Windows color (decimal): -9667590 or 16415596. OLE color: 16415596.

HSL color Cylindrical-coordinate representation of color #6C7BFA: hue angle of 233.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7BFA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108123250-
CMYK0.570.5100.02
HSL233.66º93.42%70.2%-
HSV(B)233.66º56.8%98.04%-
XYZ30.5224.2693.52-
YUV132.99194.03110.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=22.45%
G=25.57%
B=51.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081232500.570.5100.02233.6693.4270.2
Hex6C7BFA393302ea5d46
Octal154173372716302352135106
Binary11011001111011111110101110011100110101110101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,250); }

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

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

 a { background-color: rgb(108,123,250); }

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

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

 span { border-color: rgb(108,123,250); }

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