Html Css Color HEX #6FD9CE Downy

📋 copy color: '#6FD9CE'

red 111 ◦ green 217 ◦ blue 206

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

Shades of Downy #6FD9CE

Tints of Downy #6FD9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 20.79%
G = 40.64%
B = 38.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6FD9CE (or 0x6FD9CE) is known color: Downy. HEX triplet: 6F, D9 and CE. RGB value is (111,217,206). Sum of RGB (Red+Green+Blue) = 111+217+206=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9CE is #902631. Grayscale: #B7B7B7. Windows color (decimal): -9446962 or 13556079. OLE color: 13556079.

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

Color convert

RGB 111 217 206 -
CMYK 0.49 0 0.05 0.15
HSL 173.77º 0.58% 0.64% -
HSV(B) 173.77º 0.49% 0.85% -
XYZ 42.51 57.46 67.24 -
YUV 184.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 111 217 206 0.49 0 0.05 0.15 173.77 0.58 0.64
Hex 6F D9 CE 31 0 5 F AE 3A 40
Octal 157 331 316 61 0 5 17 256 72 100
Binary 1101111 11011001 11001110 110001 0 101 1111 10101110 111010 1000000

Color Harmonies of #6FD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9CE

Black with #6FD9CE

Text Example


Text Example

White with #6FD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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