Html Css Color HEX #6CA0AB Neptune

📋 copy color: '#6CA0AB'

red 108 ◦ green 160 ◦ blue 171

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

Shades of Neptune #6CA0AB

Tints of Neptune #6CA0AB

RGB

 RED value IS 108 (42.58% from 255) = 24.6%

 GREEN value IS 160 (62.89% from 255) = 36.45%

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

R = 24.6%
G = 36.45%
B = 38.95%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6CA0AB (or 0x6CA0AB) is known color: Neptune. HEX triplet: 6C, A0 and AB. RGB value is (108,160,171). Sum of RGB (Red+Green+Blue) = 108+160+171=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #6CA0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA0AB is #935F54. Grayscale: #919191. Windows color (decimal): -9658197 or 11247724. OLE color: 11247724.

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

Color convert

RGB 108 160 171 -
CMYK 0.37 0.06 0 0.33
HSL 190.48º 0.27% 0.55% -
HSV(B) 190.48º 0.37% 0.67% -
XYZ 26.11 31.27 43.19 -
YUV 145.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 108 160 171 0.37 0.06 0 0.33 190.48 0.27 0.55
Hex 6C A0 AB 25 6 0 21 BE 1B 37
Octal 154 240 253 45 6 0 41 276 33 67
Binary 1101100 10100000 10101011 100101 110 0 100001 10111110 11011 110111

Color Harmonies of #6CA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA0AB

Black with #6CA0AB

Text Example


Text Example

White with #6CA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,171); }

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

background-color css

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

 a { background-color: rgb(108,160,171); }

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

border-color css

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

 span { border-color: rgb(108,160,171); }

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