Html Css Color HEX #6F9CAA Neptune

📋 copy color: '#6F9CAA'

red 111 ◦ green 156 ◦ blue 170

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

Shades of Neptune #6F9CAA

Tints of Neptune #6F9CAA

RGB

 RED value IS 111 (43.75% from 255) = 25.4%

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

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

R = 25.4%
G = 35.7%
B = 38.9%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F9CAA (or 0x6F9CAA) is known color: Neptune. HEX triplet: 6F, 9C and AA. RGB value is (111,156,170). Sum of RGB (Red+Green+Blue) = 111+156+170=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9CAA is #906355. Grayscale: #909090. Windows color (decimal): -9462614 or 11181167. OLE color: 11181167.

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

Color convert

RGB 111 156 170 -
CMYK 0.35 0.08 0 0.33
HSL 194.24º 0.26% 0.55% -
HSV(B) 194.24º 0.35% 0.67% -
XYZ 25.7 30.06 42.48 -
YUV 144.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 111 156 170 0.35 0.08 0 0.33 194.24 0.26 0.55
Hex 6F 9C AA 23 8 0 21 C2 1A 37
Octal 157 234 252 43 10 0 41 302 32 67
Binary 1101111 10011100 10101010 100011 1000 0 100001 11000010 11010 110111

Color Harmonies of #6F9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9CAA

Black with #6F9CAA

Text Example


Text Example

White with #6F9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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