Html Css Color HEX #6BDFCB Downy

📋 copy color: '#6BDFCB'

red 107 ◦ green 223 ◦ blue 203

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

Shades of Downy #6BDFCB

Tints of Downy #6BDFCB

RGB

 RED value IS 107 (42.19% from 255) = 20.08%

 GREEN value IS 223 (87.5% from 255) = 41.84%

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

R = 20.08%
G = 41.84%
B = 38.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6BDFCB (or 0x6BDFCB) is known color: Downy. HEX triplet: 6B, DF and CB. RGB value is (107,223,203). Sum of RGB (Red+Green+Blue) = 107+223+203=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDFCB is #942034. Grayscale: #BABABA. Windows color (decimal): -9707573 or 13361003. OLE color: 13361003.

HSL color Cylindrical-coordinate representation of color #6BDFCB: hue angle of 169.66º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDFCB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 203 -
CMYK 0.52 0 0.09 0.13
HSL 169.66º 0.64% 0.65% -
HSV(B) 169.66º 0.52% 0.87% -
XYZ 43.23 60.21 65.84 -
YUV 186.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 107 223 203 0.52 0 0.09 0.13 169.66 0.64 0.65
Hex 6B DF CB 34 0 9 D AA 40 41
Octal 153 337 313 64 0 11 15 252 100 101
Binary 1101011 11011111 11001011 110100 0 1001 1101 10101010 1000000 1000001

Color Harmonies of #6BDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFCB

Black with #6BDFCB

Text Example


Text Example

White with #6BDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,203); }

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

background-color css

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

 a { background-color: rgb(107,223,203); }

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

border-color css

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

 span { border-color: rgb(107,223,203); }

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