Html Css Color HEX #6FD7D0 Downy

📋 copy color: '#6FD7D0'

red 111 ◦ green 215 ◦ blue 208

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

Shades of Downy #6FD7D0

Tints of Downy #6FD7D0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.26%

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

R = 20.79%
G = 40.26%
B = 38.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#6FD7D0 (or 0x6FD7D0) is known color: Downy. HEX triplet: 6F, D7 and D0. RGB value is (111,215,208). Sum of RGB (Red+Green+Blue) = 111+215+208=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7D0 is #90282F. Grayscale: #B7B7B7. Windows color (decimal): -9447472 or 13686639. OLE color: 13686639.

HSL color Cylindrical-coordinate representation of color #6FD7D0: hue angle of 175.96º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7D0 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 208 -
CMYK 0.48 0 0.03 0.16
HSL 175.96º 0.57% 0.64% -
HSV(B) 175.96º 0.48% 0.84% -
XYZ 42.24 56.53 68.36 -
YUV 183.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 111 215 208 0.48 0 0.03 0.16 175.96 0.57 0.64
Hex 6F D7 D0 30 0 3 10 B0 39 40
Octal 157 327 320 60 0 3 20 260 71 100
Binary 1101111 11010111 11010000 110000 0 11 10000 10110000 111001 1000000

Color Harmonies of #6FD7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD7D0

Black with #6FD7D0

Text Example


Text Example

White with #6FD7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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