Html Css Color HEX #6BBCB7 Fountain Blue

📋 copy color: '#6BBCB7'

red 107 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #6BBCB7

Tints of Fountain Blue #6BBCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 22.38%
G = 39.33%
B = 38.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#6BBCB7 (or 0x6BBCB7) is known color: Fountain Blue. HEX triplet: 6B, BC and B7. RGB value is (107,188,183). Sum of RGB (Red+Green+Blue) = 107+188+183=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCB7 is #944348. Grayscale: #A3A3A3. Windows color (decimal): -9716553 or 12041323. OLE color: 12041323.

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

Color convert

RGB 107 188 183 -
CMYK 0.43 0 0.03 0.26
HSL 176.3º 0.38% 0.58% -
HSV(B) 176.3º 0.43% 0.74% -
XYZ 32.59 42.51 51.29 -
YUV 163.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 107 188 183 0.43 0 0.03 0.26 176.3 0.38 0.58
Hex 6B BC B7 2B 0 3 1A B0 26 3A
Octal 153 274 267 53 0 3 32 260 46 72
Binary 1101011 10111100 10110111 101011 0 11 11010 10110000 100110 111010

Color Harmonies of #6BBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCB7

Black with #6BBCB7

Text Example


Text Example

White with #6BBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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