Html Css Color HEX #6DCFC8 Downy

📋 copy color: '#6DCFC8'

red 109 ◦ green 207 ◦ blue 200

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

Shades of Downy #6DCFC8

Tints of Downy #6DCFC8

RGB

 RED value IS 109 (42.97% from 255) = 21.12%

 GREEN value IS 207 (81.25% from 255) = 40.12%

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

R = 21.12%
G = 40.12%
B = 38.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#6DCFC8 (or 0x6DCFC8) is known color: Downy. HEX triplet: 6D, CF and C8. RGB value is (109,207,200). Sum of RGB (Red+Green+Blue) = 109+207+200=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC8 is #923037. Grayscale: #B0B0B0. Windows color (decimal): -9580600 or 13160301. OLE color: 13160301.

HSL color Cylindrical-coordinate representation of color #6DCFC8: hue angle of 175.71º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFC8 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 200 -
CMYK 0.47 0 0.03 0.19
HSL 175.71º 0.51% 0.62% -
HSV(B) 175.71º 0.47% 0.81% -
XYZ 39.04 52.05 62.63 -
YUV 176.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 109 207 200 0.47 0 0.03 0.19 175.71 0.51 0.62
Hex 6D CF C8 2F 0 3 13 B0 33 3E
Octal 155 317 310 57 0 3 23 260 63 76
Binary 1101101 11001111 11001000 101111 0 11 10011 10110000 110011 111110

Color Harmonies of #6DCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFC8

Black with #6DCFC8

Text Example


Text Example

White with #6DCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,200); }

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

background-color css

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

 a { background-color: rgb(109,207,200); }

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

border-color css

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

 span { border-color: rgb(109,207,200); }

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