Html Css Color HEX #6CAFAE Fountain Blue

📋 copy color: '#6CAFAE'

red 108 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #6CAFAE

Tints of Fountain Blue #6CAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

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

R = 23.63%
G = 38.29%
B = 38.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#6CAFAE (or 0x6CAFAE) is known color: Fountain Blue. HEX triplet: 6C, AF and AE. RGB value is (108,175,174). Sum of RGB (Red+Green+Blue) = 108+175+174=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAFAE is #935051. Grayscale: #9A9A9A. Windows color (decimal): -9654354 or 11448172. OLE color: 11448172.

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

Color convert

RGB 108 175 174 -
CMYK 0.38 0 0.01 0.31
HSL 179.1º 0.3% 0.55% -
HSV(B) 179.1º 0.38% 0.69% -
XYZ 29.15 36.9 45.63 -
YUV 154.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 108 175 174 0.38 0 0.01 0.31 179.1 0.3 0.55
Hex 6C AF AE 26 0 1 1F B3 1E 37
Octal 154 257 256 46 0 1 37 263 36 67
Binary 1101100 10101111 10101110 100110 0 1 11111 10110011 11110 110111

Color Harmonies of #6CAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFAE

Black with #6CAFAE

Text Example


Text Example

White with #6CAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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