Html Css Color HEX #6D9DAB Neptune

📋 copy color: '#6D9DAB'

red 109 ◦ green 157 ◦ blue 171

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

Shades of Neptune #6D9DAB

Tints of Neptune #6D9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

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

R = 24.94%
G = 35.93%
B = 39.13%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D9DAB (or 0x6D9DAB) is known color: Neptune. HEX triplet: 6D, 9D and AB. RGB value is (109,157,171). Sum of RGB (Red+Green+Blue) = 109+157+171=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 157 (61.72% from 255 or 35.93% 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 #6D9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9DAB is #926254. Grayscale: #909090. Windows color (decimal): -9593429 or 11246957. OLE color: 11246957.

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

Color convert

RGB 109 157 171 -
CMYK 0.36 0.08 0 0.33
HSL 193.55º 0.27% 0.55% -
HSV(B) 193.55º 0.36% 0.67% -
XYZ 25.71 30.31 43.02 -
YUV 144.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 109 157 171 0.36 0.08 0 0.33 193.55 0.27 0.55
Hex 6D 9D AB 24 8 0 21 C2 1B 37
Octal 155 235 253 44 10 0 41 302 33 67
Binary 1101101 10011101 10101011 100100 1000 0 100001 11000010 11011 110111

Color Harmonies of #6D9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9DAB

Black with #6D9DAB

Text Example


Text Example

White with #6D9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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