Html Css Color HEX #6BBAB7 Fountain Blue

📋 copy color: '#6BBAB7'

red 107 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #6BBAB7

Tints of Fountain Blue #6BBAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

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

R = 22.48%
G = 39.08%
B = 38.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#6BBAB7 (or 0x6BBAB7) is known color: Fountain Blue. HEX triplet: 6B, BA and B7. RGB value is (107,186,183). Sum of RGB (Red+Green+Blue) = 107+186+183=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBAB7 is #944548. Grayscale: #A1A1A1. Windows color (decimal): -9717065 or 12040811. OLE color: 12040811.

HSL color Cylindrical-coordinate representation of color #6BBAB7: hue angle of 177.72º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAB7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 183 -
CMYK 0.42 0 0.02 0.27
HSL 177.72º 0.36% 0.57% -
HSV(B) 177.72º 0.42% 0.73% -
XYZ 32.17 41.66 51.15 -
YUV 162.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 107 186 183 0.42 0 0.02 0.27 177.72 0.36 0.57
Hex 6B BA B7 2A 0 2 1B B2 24 39
Octal 153 272 267 52 0 2 33 262 44 71
Binary 1101011 10111010 10110111 101010 0 10 11011 10110010 100100 111001

Color Harmonies of #6BBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAB7

Black with #6BBAB7

Text Example


Text Example

White with #6BBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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