Html Css Color HEX #6CAAAC Fountain Blue

📋 copy color: '#6CAAAC'

red 108 ◦ green 170 ◦ blue 172

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

Shades of Fountain Blue #6CAAAC

Tints of Fountain Blue #6CAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 24%
G = 37.78%
B = 38.22%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6CAAAC (or 0x6CAAAC) is known color: Fountain Blue. HEX triplet: 6C, AA and AC. RGB value is (108,170,172). Sum of RGB (Red+Green+Blue) = 108+170+172=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #6CAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAAC is #935553. Grayscale: #979797. Windows color (decimal): -9655636 or 11315820. OLE color: 11315820.

HSL color Cylindrical-coordinate representation of color #6CAAAC: hue angle of 181.88º degrees, saturation: 0.28, 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 #6CAAAC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 170 172 -
CMYK 0.37 0.01 0 0.33
HSL 181.88º 0.28% 0.55% -
HSV(B) 181.88º 0.37% 0.67% -
XYZ 28.01 34.92 44.29 -
YUV 151.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 108 170 172 0.37 0.01 0 0.33 181.88 0.28 0.55
Hex 6C AA AC 25 1 0 21 B6 1C 37
Octal 154 252 254 45 1 0 41 266 34 67
Binary 1101100 10101010 10101100 100101 1 0 100001 10110110 11100 110111

Color Harmonies of #6CAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAAAC

Black with #6CAAAC

Text Example


Text Example

White with #6CAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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