Html Css Color HEX #6CA090 Acapulco

📋 copy color: '#6CA090'

red 108 ◦ green 160 ◦ blue 144

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

Shades of Acapulco #6CA090

Tints of Acapulco #6CA090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 26.21%
G = 38.83%
B = 34.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#6CA090 (or 0x6CA090) is known color: Acapulco. HEX triplet: 6C, A0 and 90. RGB value is (108,160,144). Sum of RGB (Red+Green+Blue) = 108+160+144=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA090 is #935F6F. Grayscale: #8E8E8E. Windows color (decimal): -9658224 or 9478252. OLE color: 9478252.

HSL color Cylindrical-coordinate representation of color #6CA090: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA090 is Cyan = 0.32, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 144 -
CMYK 0.32 0 0.1 0.37
HSL 161.54º 0.21% 0.53% -
HSV(B) 161.54º 0.33% 0.63% -
XYZ 23.79 30.34 30.99 -
YUV 142.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 108 160 144 0.32 0 0.1 0.37 161.54 0.21 0.53
Hex 6C A0 90 20 0 A 25 A2 15 35
Octal 154 240 220 40 0 12 45 242 25 65
Binary 1101100 10100000 10010000 100000 0 1010 100101 10100010 10101 110101

Color Harmonies of #6CA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA090

Black with #6CA090

Text Example


Text Example

White with #6CA090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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