Html Css Color HEX #6DCFCA Downy

📋 copy color: '#6DCFCA'

red 109 ◦ green 207 ◦ blue 202

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

Shades of Downy #6DCFCA

Tints of Downy #6DCFCA

RGB

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

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

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

R = 21.04%
G = 39.96%
B = 39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6DCFCA (or 0x6DCFCA) is known color: Downy. HEX triplet: 6D, CF and CA. RGB value is (109,207,202). Sum of RGB (Red+Green+Blue) = 109+207+202=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCA is #923035. Grayscale: #B1B1B1. Windows color (decimal): -9580598 or 13291373. OLE color: 13291373.

HSL color Cylindrical-coordinate representation of color #6DCFCA: hue angle of 176.94º 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 #6DCFCA is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 202 -
CMYK 0.47 0 0.02 0.19
HSL 176.94º 0.51% 0.62% -
HSV(B) 176.94º 0.47% 0.81% -
XYZ 39.28 52.14 63.87 -
YUV 177.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 109 207 202 0.47 0 0.02 0.19 176.94 0.51 0.62
Hex 6D CF CA 2F 0 2 13 B1 33 3E
Octal 155 317 312 57 0 2 23 261 63 76
Binary 1101101 11001111 11001010 101111 0 10 10011 10110001 110011 111110

Color Harmonies of #6DCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFCA

Black with #6DCFCA

Text Example


Text Example

White with #6DCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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