Html Css Color HEX #6A9EAB Neptune

📋 copy color: '#6A9EAB'

red 106 ◦ green 158 ◦ blue 171

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

Shades of Neptune #6A9EAB

Tints of Neptune #6A9EAB

RGB

 RED value IS 106 (41.8% from 255) = 24.37%

 GREEN value IS 158 (62.11% from 255) = 36.32%

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

R = 24.37%
G = 36.32%
B = 39.31%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A9EAB (or 0x6A9EAB) is known color: Neptune. HEX triplet: 6A, 9E and AB. RGB value is (106,158,171). Sum of RGB (Red+Green+Blue) = 106+158+171=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A9EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9EAB is #956154. Grayscale: #8F8F8F. Windows color (decimal): -9789781 or 11247210. OLE color: 11247210.

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

Color convert

RGB 106 158 171 -
CMYK 0.38 0.08 0 0.33
HSL 192º 0.28% 0.54% -
HSV(B) 192º 0.38% 0.67% -
XYZ 25.52 30.46 43.06 -
YUV 143.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 106 158 171 0.38 0.08 0 0.33 192 0.28 0.54
Hex 6A 9E AB 26 8 0 21 C0 1C 36
Octal 152 236 253 46 10 0 41 300 34 66
Binary 1101010 10011110 10101011 100110 1000 0 100001 11000000 11100 110110

Color Harmonies of #6A9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9EAB

Black with #6A9EAB

Text Example


Text Example

White with #6A9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,158,171); }

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

background-color css

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

 a { background-color: rgb(106,158,171); }

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

border-color css

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

 span { border-color: rgb(106,158,171); }

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