Html Css Color HEX #6CAAAE Fountain Blue

📋 copy color: '#6CAAAE'

red 108 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #6CAAAE

Tints of Fountain Blue #6CAAAE

RGB

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

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

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

R = 23.89%
G = 37.61%
B = 38.5%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6CAAAE (or 0x6CAAAE) is known color: Fountain Blue. HEX triplet: 6C, AA and AE. RGB value is (108,170,174). Sum of RGB (Red+Green+Blue) = 108+170+174=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAAE is #935551. Grayscale: #979797. Windows color (decimal): -9655634 or 11446892. OLE color: 11446892.

HSL color Cylindrical-coordinate representation of color #6CAAAE: hue angle of 183.64º 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 #6CAAAE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 170 174 -
CMYK 0.38 0.02 0 0.32
HSL 183.64º 0.29% 0.55% -
HSV(B) 183.64º 0.38% 0.68% -
XYZ 28.2 34.99 45.31 -
YUV 151.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 108 170 174 0.38 0.02 0 0.32 183.64 0.29 0.55
Hex 6C AA AE 26 2 0 20 B8 1D 37
Octal 154 252 256 46 2 0 40 270 35 67
Binary 1101100 10101010 10101110 100110 10 0 100000 10111000 11101 110111

Color Harmonies of #6CAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAAAE

Black with #6CAAAE

Text Example


Text Example

White with #6CAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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