Html Css Color HEX #6BBCB9 Fountain Blue

📋 copy color: '#6BBCB9'

red 107 ◦ green 188 ◦ blue 185

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

Shades of Fountain Blue #6BBCB9

Tints of Fountain Blue #6BBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 22.29%
G = 39.17%
B = 38.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#6BBCB9 (or 0x6BBCB9) is known color: Fountain Blue. HEX triplet: 6B, BC and B9. RGB value is (107,188,185). Sum of RGB (Red+Green+Blue) = 107+188+185=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCB9 is #944346. Grayscale: #A3A3A3. Windows color (decimal): -9716551 or 12172395. OLE color: 12172395.

HSL color Cylindrical-coordinate representation of color #6BBCB9: hue angle of 177.78º 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 #6BBCB9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 188 185 -
CMYK 0.43 0 0.02 0.26
HSL 177.78º 0.38% 0.58% -
HSV(B) 177.78º 0.43% 0.74% -
XYZ 32.8 42.6 52.39 -
YUV 163.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 107 188 185 0.43 0 0.02 0.26 177.78 0.38 0.58
Hex 6B BC B9 2B 0 2 1A B2 26 3A
Octal 153 274 271 53 0 2 32 262 46 72
Binary 1101011 10111100 10111001 101011 0 10 11010 10110010 100110 111010

Color Harmonies of #6BBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCB9

Black with #6BBCB9

Text Example


Text Example

White with #6BBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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