#6B9EAA

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

Shades of Neptune #6B9EAA

Tints of Neptune #6B9EAA

Color information

#6B9EAA (or 0x6B9EAA) is unknown color: approx Neptune. HEX triplet: 6B, 9E and AA. RGB value is (107,158,170). Sum of RGB (Red+Green+Blue) = 107+158+170=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9EAA is #946155. Grayscale: #909090. Windows color (decimal): -9724246 or 11181675. OLE color: 11181675.

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

Color convert

RGB107158170-
CMYK0.370.0700.33
HSL191.43º27.04%54.31%-
HSV(B)191.43º37.06%66.67%-
XYZ25.5530.4842.57-
YUV144.12142.6101.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=24.60%
G=36.32%
B=39.08%

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
Decimal1071581700.370.0700.33191.4327.0454.31
Hex6B9EAA257021bf1b36
Octal1532362524570412773366
Binary1101011100111101010101010010111101000011011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,170); }

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

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

 a { background-color: rgb(107,158,170); }

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

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

 span { border-color: rgb(107,158,170); }

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