Html Css Color HEX #6CB2BA Fountain Blue

📋 copy color: '#6CB2BA'

red 108 ◦ green 178 ◦ blue 186

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

Shades of Fountain Blue #6CB2BA

Tints of Fountain Blue #6CB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 22.88%
G = 37.71%
B = 39.41%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CB2BA (or 0x6CB2BA) is known color: Fountain Blue. HEX triplet: 6C, B2 and BA. RGB value is (108,178,186). Sum of RGB (Red+Green+Blue) = 108+178+186=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2BA is #934D45. Grayscale: #9D9D9D. Windows color (decimal): -9653574 or 12235372. OLE color: 12235372.

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

Color convert

RGB 108 178 186 -
CMYK 0.42 0.04 0 0.27
HSL 186.15º 0.36% 0.58% -
HSV(B) 186.15º 0.42% 0.73% -
XYZ 30.97 38.57 52.27 -
YUV 157.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 108 178 186 0.42 0.04 0 0.27 186.15 0.36 0.58
Hex 6C B2 BA 2A 4 0 1B BA 24 3A
Octal 154 262 272 52 4 0 33 272 44 72
Binary 1101100 10110010 10111010 101010 100 0 11011 10111010 100100 111010

Color Harmonies of #6CB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB2BA

Black with #6CB2BA

Text Example


Text Example

White with #6CB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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