Html Css Color HEX #6FA8AA Neptune

📋 copy color: '#6FA8AA'

red 111 ◦ green 168 ◦ blue 170

#6FA8AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #6FA8AA

Tints of Neptune #6FA8AA

RGB

 RED value IS 111 (43.75% from 255) = 24.72%

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 24.72%
G = 37.42%
B = 37.86%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6FA8AA (or 0x6FA8AA) is known color: Neptune. HEX triplet: 6F, A8 and AA. RGB value is (111,168,170). Sum of RGB (Red+Green+Blue) = 111+168+170=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #6FA8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA8AA is #905755. Grayscale: #979797. Windows color (decimal): -9459542 or 11184239. OLE color: 11184239.

HSL color Cylindrical-coordinate representation of color #6FA8AA: hue angle of 182.03º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FA8AA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 168 170 -
CMYK 0.35 0.01 0 0.33
HSL 182.03º 0.26% 0.55% -
HSV(B) 182.03º 0.35% 0.67% -
XYZ 27.81 34.29 43.18 -
YUV 151.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 111 168 170 0.35 0.01 0 0.33 182.03 0.26 0.55
Hex 6F A8 AA 23 1 0 21 B6 1A 37
Octal 157 250 252 43 1 0 41 266 32 67
Binary 1101111 10101000 10101010 100011 1 0 100001 10110110 11010 110111

Color Harmonies of #6FA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA8AA

Black with #6FA8AA

Text Example


Text Example

White with #6FA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,170); }

 H1.HeaderClassName
 {
   color: #6FA8AA;
 }
 .AnyTagClassName
 {
   color: #6FA8AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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