Html Css Color HEX #6FA3AB Neptune

📋 copy color: '#6FA3AB'

red 111 ◦ green 163 ◦ blue 171

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

Shades of Neptune #6FA3AB

Tints of Neptune #6FA3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 24.94%
G = 36.63%
B = 38.43%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6FA3AB (or 0x6FA3AB) is known color: Neptune. HEX triplet: 6F, A3 and AB. RGB value is (111,163,171). Sum of RGB (Red+Green+Blue) = 111+163+171=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #6FA3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA3AB is #905C54. Grayscale: #949494. Windows color (decimal): -9460821 or 11248495. OLE color: 11248495.

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

Color convert

RGB 111 163 171 -
CMYK 0.35 0.05 0 0.33
HSL 188º 0.26% 0.55% -
HSV(B) 188º 0.35% 0.67% -
XYZ 27 32.51 43.38 -
YUV 148.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 111 163 171 0.35 0.05 0 0.33 188 0.26 0.55
Hex 6F A3 AB 23 5 0 21 BC 1A 37
Octal 157 243 253 43 5 0 41 274 32 67
Binary 1101111 10100011 10101011 100011 101 0 100001 10111100 11010 110111

Color Harmonies of #6FA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA3AB

Black with #6FA3AB

Text Example


Text Example

White with #6FA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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