Html Css Color HEX #6FD9D0 Downy

📋 copy color: '#6FD9D0'

red 111 ◦ green 217 ◦ blue 208

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

Shades of Downy #6FD9D0

Tints of Downy #6FD9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 20.71%
G = 40.49%
B = 38.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#6FD9D0 (or 0x6FD9D0) is known color: Downy. HEX triplet: 6F, D9 and D0. RGB value is (111,217,208). Sum of RGB (Red+Green+Blue) = 111+217+208=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9D0 is #90262F. Grayscale: #B8B8B8. Windows color (decimal): -9446960 or 13687151. OLE color: 13687151.

HSL color Cylindrical-coordinate representation of color #6FD9D0: hue angle of 174.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9D0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 217 208 -
CMYK 0.49 0 0.04 0.15
HSL 174.91º 0.58% 0.64% -
HSV(B) 174.91º 0.49% 0.85% -
XYZ 42.75 57.56 68.53 -
YUV 184.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 111 217 208 0.49 0 0.04 0.15 174.91 0.58 0.64
Hex 6F D9 D0 31 0 4 F AF 3A 40
Octal 157 331 320 61 0 4 17 257 72 100
Binary 1101111 11011001 11010000 110001 0 100 1111 10101111 111010 1000000

Color Harmonies of #6FD9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9D0

Black with #6FD9D0

Text Example


Text Example

White with #6FD9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,217,208); }

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

background-color css

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

 a { background-color: rgb(111,217,208); }

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

border-color css

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

 span { border-color: rgb(111,217,208); }

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