Html Css Color HEX #6FABAE Neptune

📋 copy color: '#6FABAE'

red 111 ◦ green 171 ◦ blue 174

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

Shades of Neptune #6FABAE

Tints of Neptune #6FABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.5%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 24.34%
G = 37.5%
B = 38.16%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6FABAE (or 0x6FABAE) is known color: Neptune. HEX triplet: 6F, AB and AE. RGB value is (111,171,174). Sum of RGB (Red+Green+Blue) = 111+171+174=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #6FABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAE is #905451. Grayscale: #999999. Windows color (decimal): -9458770 or 11447151. OLE color: 11447151.

HSL color Cylindrical-coordinate representation of color #6FABAE: hue angle of 182.86º degrees, saturation: 0.28, 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 #6FABAE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 171 174 -
CMYK 0.36 0.02 0 0.32
HSL 182.86º 0.28% 0.56% -
HSV(B) 182.86º 0.36% 0.68% -
XYZ 28.76 35.56 45.39 -
YUV 153.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 111 171 174 0.36 0.02 0 0.32 182.86 0.28 0.56
Hex 6F AB AE 24 2 0 20 B7 1C 38
Octal 157 253 256 44 2 0 40 267 34 70
Binary 1101111 10101011 10101110 100100 10 0 100000 10110111 11100 111000

Color Harmonies of #6FABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABAE

Black with #6FABAE

Text Example


Text Example

White with #6FABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,171,174); }

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

background-color css

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

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

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

border-color css

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

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

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