#6CA1AE

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

Shades of Neptune #6CA1AE

Tints of Neptune #6CA1AE

Color information

#6CA1AE (or 0x6CA1AE) is unknown color: approx Neptune. HEX triplet: 6C, A1 and AE. RGB value is (108,161,174). Sum of RGB (Red+Green+Blue) = 108+161+174=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA1AE is #935E51. Grayscale: #929292. Windows color (decimal): -9657938 or 11444588. OLE color: 11444588.

HSL color Cylindrical-coordinate representation of color #6CA1AE: 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 #6CA1AE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108161174-
CMYK0.380.0700.32
HSL191.82º28.95%55.29%-
HSV(B)191.82º37.93%68.24%-
XYZ26.5731.7344.77-
YUV146.64143.44100.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.38%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=24.38%
G=36.34%
B=39.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081611740.380.0700.32191.8228.9555.29
Hex6CA1AE267020c01d37
Octal1542412564670403003567
Binary1101100101000011010111010011011101000001100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,174); }

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

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

 a { background-color: rgb(108,161,174); }

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

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

 span { border-color: rgb(108,161,174); }

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