#6BA3AA

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

Shades of Neptune #6BA3AA

Tints of Neptune #6BA3AA

Color information

#6BA3AA (or 0x6BA3AA) is unknown color: approx Neptune. HEX triplet: 6B, A3 and AA. RGB value is (107,163,170). Sum of RGB (Red+Green+Blue) = 107+163+170=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #6BA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA3AA is #945C55. Grayscale: #929292. Windows color (decimal): -9722966 or 11182955. OLE color: 11182955.

HSL color Cylindrical-coordinate representation of color #6BA3AA: hue angle of 186.67º 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 #6BA3AA is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107163170-
CMYK0.370.0400.33
HSL186.67º27.04%54.31%-
HSV(B)186.67º37.06%66.67%-
XYZ26.4232.2242.86-
YUV147.05140.9599.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=24.32%
G=37.05%
B=38.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071631700.370.0400.33186.6727.0454.31
Hex6BA3AA254021bb1b36
Octal1532432524540412733366
Binary1101011101000111010101010010110001000011011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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