Html Css Color HEX #6BBBBC Fountain Blue

📋 copy color: '#6BBBBC'

red 107 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #6BBBBC

Tints of Fountain Blue #6BBBBC

RGB

 RED value IS 107 (42.19% from 255) = 22.2%

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

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

R = 22.2%
G = 38.8%
B = 39%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6BBBBC (or 0x6BBBBC) is known color: Fountain Blue. HEX triplet: 6B, BB and BC. RGB value is (107,187,188). Sum of RGB (Red+Green+Blue) = 107+187+188=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBBC is #944443. Grayscale: #A3A3A3. Windows color (decimal): -9716804 or 12368747. OLE color: 12368747.

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

Color convert

RGB 107 187 188 -
CMYK 0.43 0.01 0 0.26
HSL 180.74º 0.38% 0.58% -
HSV(B) 180.74º 0.43% 0.74% -
XYZ 32.91 42.3 54.01 -
YUV 163.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 107 187 188 0.43 0.01 0 0.26 180.74 0.38 0.58
Hex 6B BB BC 2B 1 0 1A B5 26 3A
Octal 153 273 274 53 1 0 32 265 46 72
Binary 1101011 10111011 10111100 101011 1 0 11010 10110101 100110 111010

Color Harmonies of #6BBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBBC

Black with #6BBBBC

Text Example


Text Example

White with #6BBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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