Html Css Color HEX #6FDACA Downy

📋 copy color: '#6FDACA'

red 111 ◦ green 218 ◦ blue 202

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

Shades of Downy #6FDACA

Tints of Downy #6FDACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 20.9%
G = 41.05%
B = 38.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6FDACA (or 0x6FDACA) is known color: Downy. HEX triplet: 6F, DA and CA. RGB value is (111,218,202). Sum of RGB (Red+Green+Blue) = 111+218+202=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDACA is #902535. Grayscale: #B8B8B8. Windows color (decimal): -9446710 or 13294191. OLE color: 13294191.

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

Color convert

RGB 111 218 202 -
CMYK 0.49 0 0.07 0.15
HSL 171.03º 0.59% 0.65% -
HSV(B) 171.03º 0.49% 0.85% -
XYZ 42.29 57.79 64.8 -
YUV 184.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 111 218 202 0.49 0 0.07 0.15 171.03 0.59 0.65
Hex 6F DA CA 31 0 7 F AB 3B 41
Octal 157 332 312 61 0 7 17 253 73 101
Binary 1101111 11011010 11001010 110001 0 111 1111 10101011 111011 1000001

Color Harmonies of #6FDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDACA

Black with #6FDACA

Text Example


Text Example

White with #6FDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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