Html Css Color HEX #6E9FAB Neptune

📋 copy color: '#6E9FAB'

red 110 ◦ green 159 ◦ blue 171

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

Shades of Neptune #6E9FAB

Tints of Neptune #6E9FAB

RGB

 RED value IS 110 (43.36% from 255) = 25%

 GREEN value IS 159 (62.5% from 255) = 36.14%

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

R = 25%
G = 36.14%
B = 38.86%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E9FAB (or 0x6E9FAB) is known color: Neptune. HEX triplet: 6E, 9F and AB. RGB value is (110,159,171). Sum of RGB (Red+Green+Blue) = 110+159+171=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9FAB is #916054. Grayscale: #919191. Windows color (decimal): -9527381 or 11247470. OLE color: 11247470.

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

Color convert

RGB 110 159 171 -
CMYK 0.36 0.07 0 0.33
HSL 191.8º 0.27% 0.55% -
HSV(B) 191.8º 0.36% 0.67% -
XYZ 26.18 31.05 43.14 -
YUV 145.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 110 159 171 0.36 0.07 0 0.33 191.8 0.27 0.55
Hex 6E 9F AB 24 7 0 21 C0 1B 37
Octal 156 237 253 44 7 0 41 300 33 67
Binary 1101110 10011111 10101011 100100 111 0 100001 11000000 11011 110111

Color Harmonies of #6E9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FAB

Black with #6E9FAB

Text Example


Text Example

White with #6E9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,159,171); }

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

background-color css

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

 a { background-color: rgb(110,159,171); }

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

border-color css

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

 span { border-color: rgb(110,159,171); }

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