Html Css Color HEX #6FDCC8 Downy

📋 copy color: '#6FDCC8'

red 111 ◦ green 220 ◦ blue 200

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

Shades of Downy #6FDCC8

Tints of Downy #6FDCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 20.9%
G = 41.43%
B = 37.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#6FDCC8 (or 0x6FDCC8) is known color: Downy. HEX triplet: 6F, DC and C8. RGB value is (111,220,200). Sum of RGB (Red+Green+Blue) = 111+220+200=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC8 is #902337. Grayscale: #B9B9B9. Windows color (decimal): -9446200 or 13163631. OLE color: 13163631.

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

Color convert

RGB 111 220 200 -
CMYK 0.50 0 0.09 0.14
HSL 168.99º 0.61% 0.65% -
HSV(B) 168.99º 0.5% 0.86% -
XYZ 42.57 58.74 63.74 -
YUV 185.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 111 220 200 0.50 0 0.09 0.14 168.99 0.61 0.65
Hex 6F DC C8 32 0 9 E A9 3D 41
Octal 157 334 310 62 0 11 16 251 75 101
Binary 1101111 11011100 11001000 110010 0 1001 1110 10101001 111101 1000001

Color Harmonies of #6FDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCC8

Black with #6FDCC8

Text Example


Text Example

White with #6FDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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