Html Css Color HEX #6FDACC Downy

📋 copy color: '#6FDACC'

red 111 ◦ green 218 ◦ blue 204

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

Shades of Downy #6FDACC

Tints of Downy #6FDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 20.83%
G = 40.9%
B = 38.27%

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

#6FDACC (or 0x6FDACC) is known color: Downy. HEX triplet: 6F, DA and CC. RGB value is (111,218,204). Sum of RGB (Red+Green+Blue) = 111+218+204=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDACC is #902533. Grayscale: #B8B8B8. Windows color (decimal): -9446708 or 13425263. OLE color: 13425263.

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

Color convert

RGB 111 218 204 -
CMYK 0.49 0 0.06 0.15
HSL 172.15º 0.59% 0.65% -
HSV(B) 172.15º 0.49% 0.85% -
XYZ 42.53 57.88 66.06 -
YUV 184.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 111 218 204 0.49 0 0.06 0.15 172.15 0.59 0.65
Hex 6F DA CC 31 0 6 F AC 3B 41
Octal 157 332 314 61 0 6 17 254 73 101
Binary 1101111 11011010 11001100 110001 0 110 1111 10101100 111011 1000001

Color Harmonies of #6FDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDACC

Black with #6FDACC

Text Example


Text Example

White with #6FDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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