Html Css Color HEX #6FDAC9 Downy

📋 copy color: '#6FDAC9'

red 111 ◦ green 218 ◦ blue 201

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

Shades of Downy #6FDAC9

Tints of Downy #6FDAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 20.94%
G = 41.13%
B = 37.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#6FDAC9 (or 0x6FDAC9) is known color: Downy. HEX triplet: 6F, DA and C9. RGB value is (111,218,201). Sum of RGB (Red+Green+Blue) = 111+218+201=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAC9 is #902536. Grayscale: #B8B8B8. Windows color (decimal): -9446711 or 13228655. OLE color: 13228655.

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

Color convert

RGB 111 218 201 -
CMYK 0.49 0 0.08 0.15
HSL 170.47º 0.59% 0.65% -
HSV(B) 170.47º 0.49% 0.85% -
XYZ 42.17 57.74 64.18 -
YUV 184.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 111 218 201 0.49 0 0.08 0.15 170.47 0.59 0.65
Hex 6F DA C9 31 0 8 F AA 3B 41
Octal 157 332 311 61 0 10 17 252 73 101
Binary 1101111 11011010 11001001 110001 0 1000 1111 10101010 111011 1000001

Color Harmonies of #6FDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAC9

Black with #6FDAC9

Text Example


Text Example

White with #6FDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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