Html Css Color HEX #6FDCD2 Downy

📋 copy color: '#6FDCD2'

red 111 ◦ green 220 ◦ blue 210

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

Shades of Downy #6FDCD2

Tints of Downy #6FDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 20.52%
G = 40.67%
B = 38.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#6FDCD2 (or 0x6FDCD2) is known color: Downy. HEX triplet: 6F, DC and D2. RGB value is (111,220,210). Sum of RGB (Red+Green+Blue) = 111+220+210=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCD2 is #90232D. Grayscale: #BABABA. Windows color (decimal): -9446190 or 13818991. OLE color: 13818991.

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

Color convert

RGB 111 220 210 -
CMYK 0.50 0 0.05 0.14
HSL 174.5º 0.61% 0.65% -
HSV(B) 174.5º 0.5% 0.86% -
XYZ 43.78 59.22 70.1 -
YUV 186.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 111 220 210 0.50 0 0.05 0.14 174.5 0.61 0.65
Hex 6F DC D2 32 0 5 E AE 3D 41
Octal 157 334 322 62 0 5 16 256 75 101
Binary 1101111 11011100 11010010 110010 0 101 1110 10101110 111101 1000001

Color Harmonies of #6FDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCD2

Black with #6FDCD2

Text Example


Text Example

White with #6FDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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