Html Css Color HEX #6BADB7 Fountain Blue

📋 copy color: '#6BADB7'

red 107 ◦ green 173 ◦ blue 183

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

Shades of Fountain Blue #6BADB7

Tints of Fountain Blue #6BADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 23.11%
G = 37.37%
B = 39.52%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6BADB7 (or 0x6BADB7) is known color: Fountain Blue. HEX triplet: 6B, AD and B7. RGB value is (107,173,183). Sum of RGB (Red+Green+Blue) = 107+173+183=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #6BADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADB7 is #945248. Grayscale: #9A9A9A. Windows color (decimal): -9720393 or 12037483. OLE color: 12037483.

HSL color Cylindrical-coordinate representation of color #6BADB7: hue angle of 187.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BADB7 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 173 183 -
CMYK 0.42 0.05 0 0.28
HSL 187.89º 0.35% 0.57% -
HSV(B) 187.89º 0.42% 0.72% -
XYZ 29.55 36.43 50.27 -
YUV 154.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 107 173 183 0.42 0.05 0 0.28 187.89 0.35 0.57
Hex 6B AD B7 2A 5 0 1C BC 23 39
Octal 153 255 267 52 5 0 34 274 43 71
Binary 1101011 10101101 10110111 101010 101 0 11100 10111100 100011 111001

Color Harmonies of #6BADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADB7

Black with #6BADB7

Text Example


Text Example

White with #6BADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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