Html Css Color HEX #6DBBBC Fountain Blue

📋 copy color: '#6DBBBC'

red 109 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #6DBBBC

Tints of Fountain Blue #6DBBBC

RGB

 RED value IS 109 (42.97% from 255) = 22.52%

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 22.52%
G = 38.64%
B = 38.84%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DBBBC (or 0x6DBBBC) is known color: Fountain Blue. HEX triplet: 6D, BB and BC. RGB value is (109,187,188). Sum of RGB (Red+Green+Blue) = 109+187+188=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBBC is #924443. Grayscale: #A3A3A3. Windows color (decimal): -9585732 or 12368749. OLE color: 12368749.

HSL color Cylindrical-coordinate representation of color #6DBBBC: hue angle of 180.76º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBBC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 187 188 -
CMYK 0.42 0.01 0 0.26
HSL 180.76º 0.37% 0.58% -
HSV(B) 180.76º 0.42% 0.74% -
XYZ 33.15 42.42 54.02 -
YUV 163.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 109 187 188 0.42 0.01 0 0.26 180.76 0.37 0.58
Hex 6D BB BC 2A 1 0 1A B5 25 3A
Octal 155 273 274 52 1 0 32 265 45 72
Binary 1101101 10111011 10111100 101010 1 0 11010 10110101 100101 111010

Color Harmonies of #6DBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBBC

Black with #6DBBBC

Text Example


Text Example

White with #6DBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,187,188); }

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

background-color css

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

 a { background-color: rgb(109,187,188); }

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

border-color css

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

 span { border-color: rgb(109,187,188); }

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