Html Css Color HEX #6FD8C6 Downy

📋 copy color: '#6FD8C6'

red 111 ◦ green 216 ◦ blue 198

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

Shades of Downy #6FD8C6

Tints of Downy #6FD8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 21.14%
G = 41.14%
B = 37.71%

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

#6FD8C6 (or 0x6FD8C6) is known color: Downy. HEX triplet: 6F, D8 and C6. RGB value is (111,216,198). Sum of RGB (Red+Green+Blue) = 111+216+198=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8C6 is #902739. Grayscale: #B6B6B6. Windows color (decimal): -9447226 or 13031535. OLE color: 13031535.

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

Color convert

RGB 111 216 198 -
CMYK 0.49 0 0.08 0.15
HSL 169.71º 0.57% 0.64% -
HSV(B) 169.71º 0.49% 0.85% -
XYZ 41.3 56.57 62.17 -
YUV 182.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 111 216 198 0.49 0 0.08 0.15 169.71 0.57 0.64
Hex 6F D8 C6 31 0 8 F AA 39 40
Octal 157 330 306 61 0 10 17 252 71 100
Binary 1101111 11011000 11000110 110001 0 1000 1111 10101010 111001 1000000

Color Harmonies of #6FD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8C6

Black with #6FD8C6

Text Example


Text Example

White with #6FD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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