Html Css Color HEX #6FDACF Downy

📋 copy color: '#6FDACF'

red 111 ◦ green 218 ◦ blue 207

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

Shades of Downy #6FDACF

Tints of Downy #6FDACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 20.71%
G = 40.67%
B = 38.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6FDACF (or 0x6FDACF) is known color: Downy. HEX triplet: 6F, DA and CF. RGB value is (111,218,207). Sum of RGB (Red+Green+Blue) = 111+218+207=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDACF is #902530. Grayscale: #B8B8B8. Windows color (decimal): -9446705 or 13621871. OLE color: 13621871.

HSL color Cylindrical-coordinate representation of color #6FDACF: hue angle of 173.83º 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 #6FDACF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 218 207 -
CMYK 0.49 0 0.05 0.15
HSL 173.83º 0.59% 0.65% -
HSV(B) 173.83º 0.49% 0.85% -
XYZ 42.89 58.03 67.97 -
YUV 184.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 111 218 207 0.49 0 0.05 0.15 173.83 0.59 0.65
Hex 6F DA CF 31 0 5 F AE 3B 41
Octal 157 332 317 61 0 5 17 256 73 101
Binary 1101111 11011010 11001111 110001 0 101 1111 10101110 111011 1000001

Color Harmonies of #6FDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDACF

Black with #6FDACF

Text Example


Text Example

White with #6FDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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