Html Css Color HEX #6FD2BA Downy

📋 copy color: '#6FD2BA'

red 111 ◦ green 210 ◦ blue 186

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

Shades of Downy #6FD2BA

Tints of Downy #6FD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 21.89%
G = 41.42%
B = 36.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#6FD2BA (or 0x6FD2BA) is known color: Downy. HEX triplet: 6F, D2 and BA. RGB value is (111,210,186). Sum of RGB (Red+Green+Blue) = 111+210+186=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2BA is #902D45. Grayscale: #B1B1B1. Windows color (decimal): -9448774 or 12243567. OLE color: 12243567.

HSL color Cylindrical-coordinate representation of color #6FD2BA: hue angle of 165.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2BA is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 186 -
CMYK 0.47 0 0.11 0.18
HSL 165.45º 0.52% 0.63% -
HSV(B) 165.45º 0.47% 0.82% -
XYZ 38.47 53.02 54.66 -
YUV 177.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 111 210 186 0.47 0 0.11 0.18 165.45 0.52 0.63
Hex 6F D2 BA 2F 0 B 12 A5 34 3F
Octal 157 322 272 57 0 13 22 245 64 77
Binary 1101111 11010010 10111010 101111 0 1011 10010 10100101 110100 111111

Color Harmonies of #6FD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD2BA

Black with #6FD2BA

Text Example


Text Example

White with #6FD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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