Html Css Color HEX #6CAEBA Fountain Blue

📋 copy color: '#6CAEBA'

red 108 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #6CAEBA

Tints of Fountain Blue #6CAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 23.08%
G = 37.18%
B = 39.74%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CAEBA (or 0x6CAEBA) is known color: Fountain Blue. HEX triplet: 6C, AE and BA. RGB value is (108,174,186). Sum of RGB (Red+Green+Blue) = 108+174+186=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAEBA is #935145. Grayscale: #9B9B9B. Windows color (decimal): -9654598 or 12234348. OLE color: 12234348.

HSL color Cylindrical-coordinate representation of color #6CAEBA: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CAEBA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 174 186 -
CMYK 0.42 0.06 0 0.27
HSL 189.23º 0.36% 0.58% -
HSV(B) 189.23º 0.42% 0.73% -
XYZ 30.18 37.01 52.01 -
YUV 155.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 108 174 186 0.42 0.06 0 0.27 189.23 0.36 0.58
Hex 6C AE BA 2A 6 0 1B BD 24 3A
Octal 154 256 272 52 6 0 33 275 44 72
Binary 1101100 10101110 10111010 101010 110 0 11011 10111101 100100 111010

Color Harmonies of #6CAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAEBA

Black with #6CAEBA

Text Example


Text Example

White with #6CAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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