Html Css Color HEX #6DCFB4 Downy

📋 copy color: '#6DCFB4'

red 109 ◦ green 207 ◦ blue 180

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

Shades of Downy #6DCFB4

Tints of Downy #6DCFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 21.98%
G = 41.73%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#6DCFB4 (or 0x6DCFB4) is known color: Downy. HEX triplet: 6D, CF and B4. RGB value is (109,207,180). Sum of RGB (Red+Green+Blue) = 109+207+180=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB4 is #92304B. Grayscale: #AEAEAE. Windows color (decimal): -9580620 or 11849581. OLE color: 11849581.

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

Color convert

RGB 109 207 180 -
CMYK 0.47 0 0.13 0.19
HSL 163.47º 0.51% 0.62% -
HSV(B) 163.47º 0.47% 0.81% -
XYZ 36.86 51.17 51.11 -
YUV 174.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 109 207 180 0.47 0 0.13 0.19 163.47 0.51 0.62
Hex 6D CF B4 2F 0 D 13 A3 33 3E
Octal 155 317 264 57 0 15 23 243 63 76
Binary 1101101 11001111 10110100 101111 0 1101 10011 10100011 110011 111110

Color Harmonies of #6DCFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFB4

Black with #6DCFB4

Text Example


Text Example

White with #6DCFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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