Html Css Color HEX #6D9FAB Neptune

📋 copy color: '#6D9FAB'

red 109 ◦ green 159 ◦ blue 171

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

Shades of Neptune #6D9FAB

Tints of Neptune #6D9FAB

RGB

 RED value IS 109 (42.97% from 255) = 24.83%

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

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

R = 24.83%
G = 36.22%
B = 38.95%

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

#6D9FAB (or 0x6D9FAB) is known color: Neptune. HEX triplet: 6D, 9F and AB. RGB value is (109,159,171). Sum of RGB (Red+Green+Blue) = 109+159+171=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9FAB is #926054. Grayscale: #919191. Windows color (decimal): -9592917 or 11247469. OLE color: 11247469.

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

Color convert

RGB 109 159 171 -
CMYK 0.36 0.07 0 0.33
HSL 191.61º 0.27% 0.55% -
HSV(B) 191.61º 0.36% 0.67% -
XYZ 26.06 30.99 43.14 -
YUV 145.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 109 159 171 0.36 0.07 0 0.33 191.61 0.27 0.55
Hex 6D 9F AB 24 7 0 21 C0 1B 37
Octal 155 237 253 44 7 0 41 300 33 67
Binary 1101101 10011111 10101011 100100 111 0 100001 11000000 11011 110111

Color Harmonies of #6D9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FAB

Black with #6D9FAB

Text Example


Text Example

White with #6D9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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