Html Css Color HEX #6FDACE Downy

📋 copy color: '#6FDACE'

red 111 ◦ green 218 ◦ blue 206

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

Shades of Downy #6FDACE

Tints of Downy #6FDACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 20.75%
G = 40.75%
B = 38.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6FDACE (or 0x6FDACE) is known color: Downy. HEX triplet: 6F, DA and CE. RGB value is (111,218,206). Sum of RGB (Red+Green+Blue) = 111+218+206=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDACE is #902531. Grayscale: #B8B8B8. Windows color (decimal): -9446706 or 13556335. OLE color: 13556335.

HSL color Cylindrical-coordinate representation of color #6FDACE: hue angle of 173.27º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDACE is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 218 206 -
CMYK 0.49 0 0.06 0.15
HSL 173.27º 0.59% 0.65% -
HSV(B) 173.27º 0.49% 0.85% -
XYZ 42.77 57.98 67.33 -
YUV 184.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 111 218 206 0.49 0 0.06 0.15 173.27 0.59 0.65
Hex 6F DA CE 31 0 6 F AD 3B 41
Octal 157 332 316 61 0 6 17 255 73 101
Binary 1101111 11011010 11001110 110001 0 110 1111 10101101 111011 1000001

Color Harmonies of #6FDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDACE

Black with #6FDACE

Text Example


Text Example

White with #6FDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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