Html Css Color HEX #6DCFBB Downy

📋 copy color: '#6DCFBB'

red 109 ◦ green 207 ◦ blue 187

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

Shades of Downy #6DCFBB

Tints of Downy #6DCFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 21.67%
G = 41.15%
B = 37.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6DCFBB (or 0x6DCFBB) is known color: Downy. HEX triplet: 6D, CF and BB. RGB value is (109,207,187). Sum of RGB (Red+Green+Blue) = 109+207+187=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBB is #923044. Grayscale: #AFAFAF. Windows color (decimal): -9580613 or 12308333. OLE color: 12308333.

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

Color convert

RGB 109 207 187 -
CMYK 0.47 0 0.10 0.19
HSL 167.76º 0.51% 0.62% -
HSV(B) 167.76º 0.47% 0.81% -
XYZ 37.59 51.46 54.97 -
YUV 175.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 109 207 187 0.47 0 0.10 0.19 167.76 0.51 0.62
Hex 6D CF BB 2F 0 A 13 A8 33 3E
Octal 155 317 273 57 0 12 23 250 63 76
Binary 1101101 11001111 10111011 101111 0 1010 10011 10101000 110011 111110

Color Harmonies of #6DCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFBB

Black with #6DCFBB

Text Example


Text Example

White with #6DCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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