Html Css Color HEX #6CAAAB Fountain Blue

📋 copy color: '#6CAAAB'

red 108 ◦ green 170 ◦ blue 171

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

Shades of Fountain Blue #6CAAAB

Tints of Fountain Blue #6CAAAB

RGB

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

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

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

R = 24.05%
G = 37.86%
B = 38.08%

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

#6CAAAB (or 0x6CAAAB) is known color: Fountain Blue. HEX triplet: 6C, AA and AB. RGB value is (108,170,171). Sum of RGB (Red+Green+Blue) = 108+170+171=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #6CAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAAB is #935554. Grayscale: #979797. Windows color (decimal): -9655637 or 11250284. OLE color: 11250284.

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

Color convert

RGB 108 170 171 -
CMYK 0.37 0.01 0 0.33
HSL 180.95º 0.27% 0.55% -
HSV(B) 180.95º 0.37% 0.67% -
XYZ 27.91 34.88 43.79 -
YUV 151.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 108 170 171 0.37 0.01 0 0.33 180.95 0.27 0.55
Hex 6C AA AB 25 1 0 21 B5 1B 37
Octal 154 252 253 45 1 0 41 265 33 67
Binary 1101100 10101010 10101011 100101 1 0 100001 10110101 11011 110111

Color Harmonies of #6CAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAAAB

Black with #6CAAAB

Text Example


Text Example

White with #6CAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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