#A6B7EF

Color #A6B7EF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A6B7EF

Tints of Perano #A6B7EF

Color information

#A6B7EF (or 0xA6B7EF) is unknown color: approx Perano. HEX triplet: A6, B7 and EF. RGB value is (166,183,239). Sum of RGB (Red+Green+Blue) = 166+183+239=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B7EF is #594810. Grayscale: #B8B8B8. Windows color (decimal): -5851153 or 15710118. OLE color: 15710118.

HSL color Cylindrical-coordinate representation of color #A6B7EF: hue angle of 226.03º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B7EF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166183239-
CMYK0.310.2300.06
HSL226.03º69.52%79.41%-
HSV(B)226.03º30.54%93.73%-
XYZ48.2448.2188.42-
YUV184.3158.87114.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=28.23%
G=31.12%
B=40.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661832390.310.2300.06226.0369.5279.41
HexA6B7EF1F1706e2464f
Octal246267357372706342106117
Binary101001101011011111101111111111011101101110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7EF; }

 p { color: rgb(166,183,239); }

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

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

 a { background-color: rgb(166,183,239); }

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

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

 span { border-color: rgb(166,183,239); }

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