Html Css Color HEX #6CBBBA Fountain Blue

📋 copy color: '#6CBBBA'

red 108 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #6CBBBA

Tints of Fountain Blue #6CBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

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

R = 22.45%
G = 38.88%
B = 38.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#6CBBBA (or 0x6CBBBA) is known color: Fountain Blue. HEX triplet: 6C, BB and BA. RGB value is (108,187,186). Sum of RGB (Red+Green+Blue) = 108+187+186=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBBA is #934445. Grayscale: #A3A3A3. Windows color (decimal): -9651270 or 12237676. OLE color: 12237676.

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

Color convert

RGB 108 187 186 -
CMYK 0.42 0 0.01 0.27
HSL 179.24º 0.37% 0.58% -
HSV(B) 179.24º 0.42% 0.73% -
XYZ 32.82 42.27 52.88 -
YUV 163.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 108 187 186 0.42 0 0.01 0.27 179.24 0.37 0.58
Hex 6C BB BA 2A 0 1 1B B3 25 3A
Octal 154 273 272 52 0 1 33 263 45 72
Binary 1101100 10111011 10111010 101010 0 1 11011 10110011 100101 111010

Color Harmonies of #6CBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBBA

Black with #6CBBBA

Text Example


Text Example

White with #6CBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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