Html Css Color HEX #6FDACB Downy

📋 copy color: '#6FDACB'

red 111 ◦ green 218 ◦ blue 203

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

Shades of Downy #6FDACB

Tints of Downy #6FDACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 20.86%
G = 40.98%
B = 38.16%

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

#6FDACB (or 0x6FDACB) is known color: Downy. HEX triplet: 6F, DA and CB. RGB value is (111,218,203). Sum of RGB (Red+Green+Blue) = 111+218+203=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDACB is #902534. Grayscale: #B8B8B8. Windows color (decimal): -9446709 or 13359727. OLE color: 13359727.

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

Color convert

RGB 111 218 203 -
CMYK 0.49 0 0.07 0.15
HSL 171.59º 0.59% 0.65% -
HSV(B) 171.59º 0.49% 0.85% -
XYZ 42.41 57.83 65.43 -
YUV 184.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 111 218 203 0.49 0 0.07 0.15 171.59 0.59 0.65
Hex 6F DA CB 31 0 7 F AC 3B 41
Octal 157 332 313 61 0 7 17 254 73 101
Binary 1101111 11011010 11001011 110001 0 111 1111 10101100 111011 1000001

Color Harmonies of #6FDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDACB

Black with #6FDACB

Text Example


Text Example

White with #6FDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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