Html Css Color HEX #6FDABC Downy

📋 copy color: '#6FDABC'

red 111 ◦ green 218 ◦ blue 188

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

Shades of Downy #6FDABC

Tints of Downy #6FDABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 21.47%
G = 42.17%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#6FDABC (or 0x6FDABC) is known color: Downy. HEX triplet: 6F, DA and BC. RGB value is (111,218,188). Sum of RGB (Red+Green+Blue) = 111+218+188=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDABC is #902543. Grayscale: #B6B6B6. Windows color (decimal): -9446724 or 12376687. OLE color: 12376687.

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

Color convert

RGB 111 218 188 -
CMYK 0.49 0 0.14 0.15
HSL 163.18º 0.59% 0.65% -
HSV(B) 163.18º 0.49% 0.85% -
XYZ 40.7 57.15 56.46 -
YUV 182.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 111 218 188 0.49 0 0.14 0.15 163.18 0.59 0.65
Hex 6F DA BC 31 0 E F A3 3B 41
Octal 157 332 274 61 0 16 17 243 73 101
Binary 1101111 11011010 10111100 110001 0 1110 1111 10100011 111011 1000001

Color Harmonies of #6FDABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDABC

Black with #6FDABC

Text Example


Text Example

White with #6FDABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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