Html Css Color HEX #6FD8D0 Downy

📋 copy color: '#6FD8D0'

red 111 ◦ green 216 ◦ blue 208

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

Shades of Downy #6FD8D0

Tints of Downy #6FD8D0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 20.75%
G = 40.37%
B = 38.88%

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

#6FD8D0 (or 0x6FD8D0) is known color: Downy. HEX triplet: 6F, D8 and D0. RGB value is (111,216,208). Sum of RGB (Red+Green+Blue) = 111+216+208=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8D0 is #90272F. Grayscale: #B7B7B7. Windows color (decimal): -9447216 or 13686895. OLE color: 13686895.

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

Color convert

RGB 111 216 208 -
CMYK 0.49 0 0.04 0.15
HSL 175.43º 0.57% 0.64% -
HSV(B) 175.43º 0.49% 0.85% -
XYZ 42.5 57.05 68.45 -
YUV 183.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 111 216 208 0.49 0 0.04 0.15 175.43 0.57 0.64
Hex 6F D8 D0 31 0 4 F AF 39 40
Octal 157 330 320 61 0 4 17 257 71 100
Binary 1101111 11011000 11010000 110001 0 100 1111 10101111 111001 1000000

Color Harmonies of #6FD8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8D0

Black with #6FD8D0

Text Example


Text Example

White with #6FD8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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