#6BA0AD

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

Shades of Neptune #6BA0AD

Tints of Neptune #6BA0AD

Color information

#6BA0AD (or 0x6BA0AD) is unknown color: approx Neptune. HEX triplet: 6B, A0 and AD. RGB value is (107,160,173). Sum of RGB (Red+Green+Blue) = 107+160+173=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #6BA0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA0AD is #945F52. Grayscale: #919191. Windows color (decimal): -9723731 or 11378795. OLE color: 11378795.

HSL color Cylindrical-coordinate representation of color #6BA0AD: hue angle of 191.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BA0AD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107160173-
CMYK0.380.0800.32
HSL191.82º28.7%54.9%-
HSV(B)191.82º38.15%67.84%-
XYZ26.1831.2844.19-
YUV145.64143.44100.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=24.32%
G=36.36%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071601730.380.0800.32191.8228.754.9
Hex6BA0AD268020c01d37
Octal15324025546100403003567
Binary11010111010000010101101100110100001000001100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,173); }

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

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

 a { background-color: rgb(107,160,173); }

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

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

 span { border-color: rgb(107,160,173); }

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