Html Css Color HEX #6FDFC5 Downy

📋 copy color: '#6FDFC5'

red 111 ◦ green 223 ◦ blue 197

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

Shades of Downy #6FDFC5

Tints of Downy #6FDFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 20.9%
G = 42%
B = 37.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6FDFC5 (or 0x6FDFC5) is known color: Downy. HEX triplet: 6F, DF and C5. RGB value is (111,223,197). Sum of RGB (Red+Green+Blue) = 111+223+197=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFC5 is #90203A. Grayscale: #BABABA. Windows color (decimal): -9445435 or 12967791. OLE color: 12967791.

HSL color Cylindrical-coordinate representation of color #6FDFC5: hue angle of 166.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFC5 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 223 197 -
CMYK 0.50 0 0.12 0.13
HSL 166.07º 0.64% 0.65% -
HSV(B) 166.07º 0.5% 0.87% -
XYZ 43.02 60.19 62.17 -
YUV 186.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 111 223 197 0.50 0 0.12 0.13 166.07 0.64 0.65
Hex 6F DF C5 32 0 C D A6 40 41
Octal 157 337 305 62 0 14 15 246 100 101
Binary 1101111 11011111 11000101 110010 0 1100 1101 10100110 1000000 1000001

Color Harmonies of #6FDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFC5

Black with #6FDFC5

Text Example


Text Example

White with #6FDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,223,197); }

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

background-color css

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

 a { background-color: rgb(111,223,197); }

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

border-color css

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

 span { border-color: rgb(111,223,197); }

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