Html Css Color HEX #6FC8BA Downy

📋 copy color: '#6FC8BA'

red 111 ◦ green 200 ◦ blue 186

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

Shades of Downy #6FC8BA

Tints of Downy #6FC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.24%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 22.33%
G = 40.24%
B = 37.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#6FC8BA (or 0x6FC8BA) is known color: Downy. HEX triplet: 6F, C8 and BA. RGB value is (111,200,186). Sum of RGB (Red+Green+Blue) = 111+200+186=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC8BA is #903745. Grayscale: #ABABAB. Windows color (decimal): -9451334 or 12241007. OLE color: 12241007.

HSL color Cylindrical-coordinate representation of color #6FC8BA: hue angle of 170.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC8BA is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 200 186 -
CMYK 0.44 0 0.07 0.22
HSL 170.56º 0.45% 0.61% -
HSV(B) 170.56º 0.45% 0.78% -
XYZ 36.07 48.23 53.86 -
YUV 171.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 111 200 186 0.44 0 0.07 0.22 170.56 0.45 0.61
Hex 6F C8 BA 2C 0 7 16 AB 2D 3D
Octal 157 310 272 54 0 7 26 253 55 75
Binary 1101111 11001000 10111010 101100 0 111 10110 10101011 101101 111101

Color Harmonies of #6FC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC8BA

Black with #6FC8BA

Text Example


Text Example

White with #6FC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,200,186); }

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

background-color css

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

 a { background-color: rgb(111,200,186); }

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

border-color css

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

 span { border-color: rgb(111,200,186); }

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