Html Css Color HEX #6BBCB8 Fountain Blue

📋 copy color: '#6BBCB8'

red 107 ◦ green 188 ◦ blue 184

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

Shades of Fountain Blue #6BBCB8

Tints of Fountain Blue #6BBCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 22.34%
G = 39.25%
B = 38.41%

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

#6BBCB8 (or 0x6BBCB8) is known color: Fountain Blue. HEX triplet: 6B, BC and B8. RGB value is (107,188,184). Sum of RGB (Red+Green+Blue) = 107+188+184=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCB8 is #944347. Grayscale: #A3A3A3. Windows color (decimal): -9716552 or 12106859. OLE color: 12106859.

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

Color convert

RGB 107 188 184 -
CMYK 0.43 0 0.02 0.26
HSL 177.04º 0.38% 0.58% -
HSV(B) 177.04º 0.43% 0.74% -
XYZ 32.7 42.55 51.84 -
YUV 163.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 107 188 184 0.43 0 0.02 0.26 177.04 0.38 0.58
Hex 6B BC B8 2B 0 2 1A B1 26 3A
Octal 153 274 270 53 0 2 32 261 46 72
Binary 1101011 10111100 10111000 101011 0 10 11010 10110001 100110 111010

Color Harmonies of #6BBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCB8

Black with #6BBCB8

Text Example


Text Example

White with #6BBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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