Html Css Color HEX #6CACAE Fountain Blue

📋 copy color: '#6CACAE'

red 108 ◦ green 172 ◦ blue 174

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

Shades of Fountain Blue #6CACAE

Tints of Fountain Blue #6CACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 23.79%
G = 37.89%
B = 38.33%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6CACAE (or 0x6CACAE) is known color: Fountain Blue. HEX triplet: 6C, AC and AE. RGB value is (108,172,174). Sum of RGB (Red+Green+Blue) = 108+172+174=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACAE is #935351. Grayscale: #999999. Windows color (decimal): -9655122 or 11447404. OLE color: 11447404.

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

Color convert

RGB 108 172 174 -
CMYK 0.38 0.01 0 0.32
HSL 181.82º 0.29% 0.55% -
HSV(B) 181.82º 0.38% 0.68% -
XYZ 28.58 35.75 45.44 -
YUV 153.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 108 172 174 0.38 0.01 0 0.32 181.82 0.29 0.55
Hex 6C AC AE 26 1 0 20 B6 1D 37
Octal 154 254 256 46 1 0 40 266 35 67
Binary 1101100 10101100 10101110 100110 1 0 100000 10110110 11101 110111

Color Harmonies of #6CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACAE

Black with #6CACAE

Text Example


Text Example

White with #6CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,174); }

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

background-color css

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

 a { background-color: rgb(108,172,174); }

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

border-color css

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

 span { border-color: rgb(108,172,174); }

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