Html Css Color HEX #6FDCCA Downy

📋 copy color: '#6FDCCA'

red 111 ◦ green 220 ◦ blue 202

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

Shades of Downy #6FDCCA

Tints of Downy #6FDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 20.83%
G = 41.28%
B = 37.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6FDCCA (or 0x6FDCCA) is known color: Downy. HEX triplet: 6F, DC and CA. RGB value is (111,220,202). Sum of RGB (Red+Green+Blue) = 111+220+202=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCA is #902335. Grayscale: #B9B9B9. Windows color (decimal): -9446198 or 13294703. OLE color: 13294703.

HSL color Cylindrical-coordinate representation of color #6FDCCA: hue angle of 170.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCCA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 202 -
CMYK 0.50 0 0.08 0.14
HSL 170.09º 0.61% 0.65% -
HSV(B) 170.09º 0.5% 0.86% -
XYZ 42.81 58.83 64.98 -
YUV 185.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 111 220 202 0.50 0 0.08 0.14 170.09 0.61 0.65
Hex 6F DC CA 32 0 8 E AA 3D 41
Octal 157 334 312 62 0 10 16 252 75 101
Binary 1101111 11011100 11001010 110010 0 1000 1110 10101010 111101 1000001

Color Harmonies of #6FDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCCA

Black with #6FDCCA

Text Example


Text Example

White with #6FDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,202); }

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

background-color css

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

 a { background-color: rgb(111,220,202); }

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

border-color css

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

 span { border-color: rgb(111,220,202); }

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