Html Css Color HEX #6FD6CF Downy

📋 copy color: '#6FD6CF'

red 111 ◦ green 214 ◦ blue 207

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

Shades of Downy #6FD6CF

Tints of Downy #6FD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 20.86%
G = 40.23%
B = 38.91%

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

#6FD6CF (or 0x6FD6CF) is known color: Downy. HEX triplet: 6F, D6 and CF. RGB value is (111,214,207). Sum of RGB (Red+Green+Blue) = 111+214+207=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6CF is #902930. Grayscale: #B6B6B6. Windows color (decimal): -9447729 or 13620847. OLE color: 13620847.

HSL color Cylindrical-coordinate representation of color #6FD6CF: hue angle of 175.92º degrees, saturation: 0.56, 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 #6FD6CF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 214 207 -
CMYK 0.48 0 0.03 0.16
HSL 175.92º 0.56% 0.64% -
HSV(B) 175.92º 0.48% 0.84% -
XYZ 41.86 55.98 67.63 -
YUV 182.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 111 214 207 0.48 0 0.03 0.16 175.92 0.56 0.64
Hex 6F D6 CF 30 0 3 10 B0 38 40
Octal 157 326 317 60 0 3 20 260 70 100
Binary 1101111 11010110 11001111 110000 0 11 10000 10110000 111000 1000000

Color Harmonies of #6FD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD6CF

Black with #6FD6CF

Text Example


Text Example

White with #6FD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,214,207); }

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

background-color css

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

 a { background-color: rgb(111,214,207); }

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

border-color css

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

 span { border-color: rgb(111,214,207); }

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