Html Css Color HEX #6BBDBB Fountain Blue

📋 copy color: '#6BBDBB'

red 107 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #6BBDBB

Tints of Fountain Blue #6BBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 22.15%
G = 39.13%
B = 38.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6BBDBB (or 0x6BBDBB) is known color: Fountain Blue. HEX triplet: 6B, BD and BB. RGB value is (107,189,187). Sum of RGB (Red+Green+Blue) = 107+189+187=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBB is #944244. Grayscale: #A4A4A4. Windows color (decimal): -9716293 or 12303723. OLE color: 12303723.

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

Color convert

RGB 107 189 187 -
CMYK 0.43 0 0.01 0.26
HSL 178.54º 0.38% 0.58% -
HSV(B) 178.54º 0.43% 0.74% -
XYZ 33.23 43.11 53.58 -
YUV 164.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 107 189 187 0.43 0 0.01 0.26 178.54 0.38 0.58
Hex 6B BD BB 2B 0 1 1A B3 26 3A
Octal 153 275 273 53 0 1 32 263 46 72
Binary 1101011 10111101 10111011 101011 0 1 11010 10110011 100110 111010

Color Harmonies of #6BBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDBB

Black with #6BBDBB

Text Example


Text Example

White with #6BBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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