Html Css Color HEX #6FABAC Neptune

📋 copy color: '#6FABAC'

red 111 ◦ green 171 ◦ blue 172

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

Shades of Neptune #6FABAC

Tints of Neptune #6FABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 24.45%
G = 37.67%
B = 37.89%

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

#6FABAC (or 0x6FABAC) is known color: Neptune. HEX triplet: 6F, AB and AC. RGB value is (111,171,172). Sum of RGB (Red+Green+Blue) = 111+171+172=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #6FABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAC is #905453. Grayscale: #999999. Windows color (decimal): -9458772 or 11316079. OLE color: 11316079.

HSL color Cylindrical-coordinate representation of color #6FABAC: hue angle of 180.98º degrees, saturation: 0.27, 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 #6FABAC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 171 172 -
CMYK 0.35 0.01 0 0.33
HSL 180.98º 0.27% 0.55% -
HSV(B) 180.98º 0.35% 0.67% -
XYZ 28.56 35.48 44.37 -
YUV 153.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 111 171 172 0.35 0.01 0 0.33 180.98 0.27 0.55
Hex 6F AB AC 23 1 0 21 B5 1B 37
Octal 157 253 254 43 1 0 41 265 33 67
Binary 1101111 10101011 10101100 100011 1 0 100001 10110101 11011 110111

Color Harmonies of #6FABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABAC

Black with #6FABAC

Text Example


Text Example

White with #6FABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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