#6B9FAB

Color #6B9FAB Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #6B9FAB

Tints of Neptune #6B9FAB

Color information

#6B9FAB (or 0x6B9FAB) is unknown color: approx Neptune. HEX triplet: 6B, 9F and AB. RGB value is (107,159,171). Sum of RGB (Red+Green+Blue) = 107+159+171=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9FAB is #946054. Grayscale: #909090. Windows color (decimal): -9723989 or 11247467. OLE color: 11247467.

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

Color convert

RGB107159171-
CMYK0.370.0700.33
HSL191.25º27.59%54.51%-
HSV(B)191.25º37.43%67.06%-
XYZ25.8130.8643.12-
YUV144.82142.77101.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=24.49%
G=36.38%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071591710.370.0700.33191.2527.5954.51
Hex6B9FAB257021bf1c37
Octal1532372534570412773467
Binary1101011100111111010101110010111101000011011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B9FAB;
 }
 .AnyTagClassName
 {
   color: #6B9FAB;
 }
</style>
background-color css

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

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

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

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

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

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