Html Css Color HEX #6DCFCB Downy

📋 copy color: '#6DCFCB'

red 109 ◦ green 207 ◦ blue 203

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

Shades of Downy #6DCFCB

Tints of Downy #6DCFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 21%
G = 39.88%
B = 39.11%

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

#6DCFCB (or 0x6DCFCB) is known color: Downy. HEX triplet: 6D, CF and CB. RGB value is (109,207,203). Sum of RGB (Red+Green+Blue) = 109+207+203=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFCB is #923034. Grayscale: #B1B1B1. Windows color (decimal): -9580597 or 13356909. OLE color: 13356909.

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

Color convert

RGB 109 207 203 -
CMYK 0.47 0 0.02 0.19
HSL 177.55º 0.51% 0.62% -
HSV(B) 177.55º 0.47% 0.81% -
XYZ 39.4 52.19 64.5 -
YUV 177.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 109 207 203 0.47 0 0.02 0.19 177.55 0.51 0.62
Hex 6D CF CB 2F 0 2 13 B2 33 3E
Octal 155 317 313 57 0 2 23 262 63 76
Binary 1101101 11001111 11001011 101111 0 10 10011 10110010 110011 111110

Color Harmonies of #6DCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFCB

Black with #6DCFCB

Text Example


Text Example

White with #6DCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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