#6BA1AA

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

Shades of Neptune #6BA1AA

Tints of Neptune #6BA1AA

Color information

#6BA1AA (or 0x6BA1AA) is unknown color: approx Neptune. HEX triplet: 6B, A1 and AA. RGB value is (107,161,170). Sum of RGB (Red+Green+Blue) = 107+161+170=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #6BA1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA1AA is #945E55. Grayscale: #919191. Windows color (decimal): -9723478 or 11182443. OLE color: 11182443.

HSL color Cylindrical-coordinate representation of color #6BA1AA: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA1AA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107161170-
CMYK0.370.0500.33
HSL188.57º27.04%54.31%-
HSV(B)188.57º37.06%66.67%-
XYZ26.0631.5242.74-
YUV145.88141.61100.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.43%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=24.43%
G=36.76%
B=38.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071611700.370.0500.33188.5727.0454.31
Hex6BA1AA255021bd1b36
Octal1532412524550412753366
Binary1101011101000011010101010010110101000011011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,170); }

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

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

 a { background-color: rgb(107,161,170); }

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

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

 span { border-color: rgb(107,161,170); }

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