Html Css Color HEX #6D9CAA Neptune

📋 copy color: '#6D9CAA'

red 109 ◦ green 156 ◦ blue 170

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

Shades of Neptune #6D9CAA

Tints of Neptune #6D9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 25.06%
G = 35.86%
B = 39.08%

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

#6D9CAA (or 0x6D9CAA) is known color: Neptune. HEX triplet: 6D, 9C and AA. RGB value is (109,156,170). Sum of RGB (Red+Green+Blue) = 109+156+170=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 156 (61.33% from 255 or 35.86% 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 #6D9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9CAA is #926355. Grayscale: #8F8F8F. Windows color (decimal): -9593686 or 11181165. OLE color: 11181165.

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

Color convert

RGB 109 156 170 -
CMYK 0.36 0.08 0 0.33
HSL 193.77º 0.26% 0.55% -
HSV(B) 193.77º 0.36% 0.67% -
XYZ 25.45 29.93 42.47 -
YUV 143.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 109 156 170 0.36 0.08 0 0.33 193.77 0.26 0.55
Hex 6D 9C AA 24 8 0 21 C2 1A 37
Octal 155 234 252 44 10 0 41 302 32 67
Binary 1101101 10011100 10101010 100100 1000 0 100001 11000010 11010 110111

Color Harmonies of #6D9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CAA

Black with #6D9CAA

Text Example


Text Example

White with #6D9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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