Html Css Color HEX #6FBCB9 Fountain Blue

📋 copy color: '#6FBCB9'

red 111 ◦ green 188 ◦ blue 185

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

Shades of Fountain Blue #6FBCB9

Tints of Fountain Blue #6FBCB9

RGB

 RED value IS 111 (43.75% from 255) = 22.93%

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 22.93%
G = 38.84%
B = 38.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#6FBCB9 (or 0x6FBCB9) is known color: Fountain Blue. HEX triplet: 6F, BC and B9. RGB value is (111,188,185). Sum of RGB (Red+Green+Blue) = 111+188+185=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCB9 is #904346. Grayscale: #A4A4A4. Windows color (decimal): -9454407 or 12172399. OLE color: 12172399.

HSL color Cylindrical-coordinate representation of color #6FBCB9: hue angle of 177.66º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCB9 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 185 -
CMYK 0.41 0 0.02 0.26
HSL 177.66º 0.36% 0.59% -
HSV(B) 177.66º 0.41% 0.74% -
XYZ 33.3 42.85 52.41 -
YUV 164.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 111 188 185 0.41 0 0.02 0.26 177.66 0.36 0.59
Hex 6F BC B9 29 0 2 1A B2 24 3B
Octal 157 274 271 51 0 2 32 262 44 73
Binary 1101111 10111100 10111001 101001 0 10 11010 10110010 100100 111011

Color Harmonies of #6FBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCB9

Black with #6FBCB9

Text Example


Text Example

White with #6FBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,185); }

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

background-color css

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

 a { background-color: rgb(111,188,185); }

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

border-color css

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

 span { border-color: rgb(111,188,185); }

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