#6B7AFF

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

Shades of Light Slate Blue #6B7AFF

Tints of Light Slate Blue #6B7AFF

Color information

#6B7AFF (or 0x6B7AFF) is unknown color: approx Light Slate Blue. HEX triplet: 6B, 7A and FF. RGB value is (107,122,255). Sum of RGB (Red+Green+Blue) = 107+122+255=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AFF is #948500. Grayscale: #848484. Windows color (decimal): -9733377 or 16743019. OLE color: 16743019.

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

Color convert

RGB107122255-
CMYK0.580.5200
HSL233.92º100%70.98%-
HSV(B)233.92º58.04%100%-
XYZ31.0724.2697.65-
YUV132.68197.03109.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 255 (100% from 255) = 52.69%
R=22.11%
G=25.21%
B=52.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1071222550.580.5200233.9210070.98
Hex6B7AFF3A3400ea6447
Octal153172377726400352144107
Binary1101011111101011111111111010110100001110101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,122,255); }

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

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

 a { background-color: rgb(107,122,255); }

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

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

 span { border-color: rgb(107,122,255); }

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