#6FADAD

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

Shades of Neptune #6FADAD

Tints of Neptune #6FADAD

Color information

#6FADAD (or 0x6FADAD) is unknown color: approx Neptune. HEX triplet: 6F, AD and AD. RGB value is (111,173,173). Sum of RGB (Red+Green+Blue) = 111+173+173=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #6FADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FADAD is #905252. Grayscale: #9A9A9A. Windows color (decimal): -9458259 or 11382127. OLE color: 11382127.

HSL color Cylindrical-coordinate representation of color #6FADAD: hue angle of 180º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FADAD is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111173173-
CMYK0.36000.32
HSL180º27.43%55.69%-
HSV(B)180º35.84%67.84%-
XYZ29.0436.2845.01-
YUV154.46138.4697-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.29%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=24.29%
G=37.86%
B=37.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731730.36000.3218027.4355.69
Hex6FADAD240020b41b38
Octal1572552554400402643370
Binary11011111010110110101101100100001000001011010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,173); }

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

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

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

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

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

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

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