Html Css Color HEX #6CB4BA Fountain Blue

📋 copy color: '#6CB4BA'

red 108 ◦ green 180 ◦ blue 186

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

Shades of Fountain Blue #6CB4BA

Tints of Fountain Blue #6CB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

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

R = 22.78%
G = 37.97%
B = 39.24%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CB4BA (or 0x6CB4BA) is known color: Fountain Blue. HEX triplet: 6C, B4 and BA. RGB value is (108,180,186). Sum of RGB (Red+Green+Blue) = 108+180+186=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB4BA is #934B45. Grayscale: #9F9F9F. Windows color (decimal): -9653062 or 12235884. OLE color: 12235884.

HSL color Cylindrical-coordinate representation of color #6CB4BA: hue angle of 184.62º 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 #6CB4BA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 180 186 -
CMYK 0.42 0.03 0 0.27
HSL 184.62º 0.36% 0.58% -
HSV(B) 184.62º 0.42% 0.73% -
XYZ 31.37 39.38 52.4 -
YUV 159.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 108 180 186 0.42 0.03 0 0.27 184.62 0.36 0.58
Hex 6C B4 BA 2A 3 0 1B B9 24 3A
Octal 154 264 272 52 3 0 33 271 44 72
Binary 1101100 10110100 10111010 101010 11 0 11011 10111001 100100 111010

Color Harmonies of #6CB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4BA

Black with #6CB4BA

Text Example


Text Example

White with #6CB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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