#6A7BFF

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

Shades of Light Slate Blue #6A7BFF

Tints of Light Slate Blue #6A7BFF

Color information

#6A7BFF (or 0x6A7BFF) is unknown color: approx Light Slate Blue. HEX triplet: 6A, 7B and FF. RGB value is (106,123,255). Sum of RGB (Red+Green+Blue) = 106+123+255=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 123 (48.44% from 255 or 25.41% 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 #6A7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7BFF is #958400. Grayscale: #848484. Windows color (decimal): -9798657 or 16743274. OLE color: 16743274.

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

Color convert

RGB106123255-
CMYK0.580.5200
HSL233.15º100%70.78%-
HSV(B)233.15º58.43%100%-
XYZ31.0824.4597.69-
YUV132.96196.87108.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 255 (100% from 255) = 52.69%
R=21.90%
G=25.41%
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
Decimal1061232550.580.5200233.1510070.78
Hex6A7BFF3A3400e96447
Octal152173377726400351144107
Binary1101010111101111111111111010110100001110100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,255); }

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

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

 a { background-color: rgb(106,123,255); }

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

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

 span { border-color: rgb(106,123,255); }

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