Html Css Color HEX #6DCFCE Downy

📋 copy color: '#6DCFCE'

red 109 ◦ green 207 ◦ blue 206

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

Shades of Downy #6DCFCE

Tints of Downy #6DCFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 20.88%
G = 39.66%
B = 39.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#6DCFCE (or 0x6DCFCE) is known color: Downy. HEX triplet: 6D, CF and CE. RGB value is (109,207,206). Sum of RGB (Red+Green+Blue) = 109+207+206=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCE is #923031. Grayscale: #B1B1B1. Windows color (decimal): -9580594 or 13553517. OLE color: 13553517.

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

Color convert

RGB 109 207 206 -
CMYK 0.47 0 0.00 0.19
HSL 179.39º 0.51% 0.62% -
HSV(B) 179.39º 0.47% 0.81% -
XYZ 39.76 52.33 66.4 -
YUV 177.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 109 207 206 0.47 0 0.00 0.19 179.39 0.51 0.62
Hex 6D CF CE 2F 0 0 13 B3 33 3E
Octal 155 317 316 57 0 0 23 263 63 76
Binary 1101101 11001111 11001110 101111 0 0 10011 10110011 110011 111110

Color Harmonies of #6DCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFCE

Black with #6DCFCE

Text Example


Text Example

White with #6DCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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