Html Css Color HEX #6FACAD Neptune

📋 copy color: '#6FACAD'

red 111 ◦ green 172 ◦ blue 173

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

Shades of Neptune #6FACAD

Tints of Neptune #6FACAD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 173 (67.97% from 255) = 37.94%

R = 24.34%
G = 37.72%
B = 37.94%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6FACAD (or 0x6FACAD) is known color: Neptune. HEX triplet: 6F, AC and AD. RGB value is (111,172,173). Sum of RGB (Red+Green+Blue) = 111+172+173=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAD is #905352. Grayscale: #999999. Windows color (decimal): -9458515 or 11381871. OLE color: 11381871.

HSL color Cylindrical-coordinate representation of color #6FACAD: hue angle of 180.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FACAD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 172 173 -
CMYK 0.36 0.01 0 0.32
HSL 180.97º 0.27% 0.56% -
HSV(B) 180.97º 0.36% 0.68% -
XYZ 28.85 35.9 44.94 -
YUV 153.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 111 172 173 0.36 0.01 0 0.32 180.97 0.27 0.56
Hex 6F AC AD 24 1 0 20 B5 1B 38
Octal 157 254 255 44 1 0 40 265 33 70
Binary 1101111 10101100 10101101 100100 1 0 100000 10110101 11011 111000

Color Harmonies of #6FACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACAD

Black with #6FACAD

Text Example


Text Example

White with #6FACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,173); }

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

background-color css

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

 a { background-color: rgb(111,172,173); }

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

border-color css

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

 span { border-color: rgb(111,172,173); }

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