Html Css Color HEX #6FC6BA Downy

📋 copy color: '#6FC6BA'

red 111 ◦ green 198 ◦ blue 186

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

Shades of Downy #6FC6BA

Tints of Downy #6FC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

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

R = 22.42%
G = 40%
B = 37.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#6FC6BA (or 0x6FC6BA) is known color: Downy. HEX triplet: 6F, C6 and BA. RGB value is (111,198,186). Sum of RGB (Red+Green+Blue) = 111+198+186=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC6BA is #903945. Grayscale: #AAAAAA. Windows color (decimal): -9451846 or 12240495. OLE color: 12240495.

HSL color Cylindrical-coordinate representation of color #6FC6BA: hue angle of 171.72º degrees, saturation: 0.43, 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 #6FC6BA is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 198 186 -
CMYK 0.44 0 0.06 0.22
HSL 171.72º 0.43% 0.61% -
HSV(B) 171.72º 0.44% 0.78% -
XYZ 35.61 47.31 53.71 -
YUV 170.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 111 198 186 0.44 0 0.06 0.22 171.72 0.43 0.61
Hex 6F C6 BA 2C 0 6 16 AC 2B 3D
Octal 157 306 272 54 0 6 26 254 53 75
Binary 1101111 11000110 10111010 101100 0 110 10110 10101100 101011 111101

Color Harmonies of #6FC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC6BA

Black with #6FC6BA

Text Example


Text Example

White with #6FC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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