Html Css Color HEX #6DAAAB Neptune

📋 copy color: '#6DAAAB'

red 109 ◦ green 170 ◦ blue 171

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

Shades of Neptune #6DAAAB

Tints of Neptune #6DAAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 24.22%
G = 37.78%
B = 38%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6DAAAB (or 0x6DAAAB) is known color: Neptune. HEX triplet: 6D, AA and AB. RGB value is (109,170,171). Sum of RGB (Red+Green+Blue) = 109+170+171=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #6DAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAAB is #925554. Grayscale: #979797. Windows color (decimal): -9590101 or 11250285. OLE color: 11250285.

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

Color convert

RGB 109 170 171 -
CMYK 0.36 0.01 0 0.33
HSL 180.97º 0.27% 0.55% -
HSV(B) 180.97º 0.36% 0.67% -
XYZ 28.03 34.94 43.79 -
YUV 151.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 109 170 171 0.36 0.01 0 0.33 180.97 0.27 0.55
Hex 6D AA AB 24 1 0 21 B5 1B 37
Octal 155 252 253 44 1 0 41 265 33 67
Binary 1101101 10101010 10101011 100100 1 0 100001 10110101 11011 110111

Color Harmonies of #6DAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAAB

Black with #6DAAAB

Text Example


Text Example

White with #6DAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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