Html Css Color HEX #6FDAD1 Downy

📋 copy color: '#6FDAD1'

red 111 ◦ green 218 ◦ blue 209

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

Shades of Downy #6FDAD1

Tints of Downy #6FDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

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

R = 20.63%
G = 40.52%
B = 38.85%

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

#6FDAD1 (or 0x6FDAD1) is known color: Downy. HEX triplet: 6F, DA and D1. RGB value is (111,218,209). Sum of RGB (Red+Green+Blue) = 111+218+209=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAD1 is #90252E. Grayscale: #B8B8B8. Windows color (decimal): -9446703 or 13752943. OLE color: 13752943.

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

Color convert

RGB 111 218 209 -
CMYK 0.49 0 0.04 0.15
HSL 174.95º 0.59% 0.65% -
HSV(B) 174.95º 0.49% 0.85% -
XYZ 43.14 58.13 69.27 -
YUV 184.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 111 218 209 0.49 0 0.04 0.15 174.95 0.59 0.65
Hex 6F DA D1 31 0 4 F AF 3B 41
Octal 157 332 321 61 0 4 17 257 73 101
Binary 1101111 11011010 11010001 110001 0 100 1111 10101111 111011 1000001

Color Harmonies of #6FDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAD1

Black with #6FDAD1

Text Example


Text Example

White with #6FDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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