Html Css Color HEX #6FD9D1 Downy

📋 copy color: '#6FD9D1'

red 111 ◦ green 217 ◦ blue 209

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

Shades of Downy #6FD9D1

Tints of Downy #6FD9D1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 20.67%
G = 40.41%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#6FD9D1 (or 0x6FD9D1) is known color: Downy. HEX triplet: 6F, D9 and D1. RGB value is (111,217,209). Sum of RGB (Red+Green+Blue) = 111+217+209=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9D1 is #90262E. Grayscale: #B8B8B8. Windows color (decimal): -9446959 or 13752687. OLE color: 13752687.

HSL color Cylindrical-coordinate representation of color #6FD9D1: hue angle of 175.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9D1 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 217 209 -
CMYK 0.49 0 0.04 0.15
HSL 175.47º 0.58% 0.64% -
HSV(B) 175.47º 0.49% 0.85% -
XYZ 42.88 57.61 69.18 -
YUV 184.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 111 217 209 0.49 0 0.04 0.15 175.47 0.58 0.64
Hex 6F D9 D1 31 0 4 F AF 3A 40
Octal 157 331 321 61 0 4 17 257 72 100
Binary 1101111 11011001 11010001 110001 0 100 1111 10101111 111010 1000000

Color Harmonies of #6FD9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9D1

Black with #6FD9D1

Text Example


Text Example

White with #6FD9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,217,209); }

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

background-color css

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

 a { background-color: rgb(111,217,209); }

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

border-color css

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

 span { border-color: rgb(111,217,209); }

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