Html Css Color HEX #6BDECB Downy

📋 copy color: '#6BDECB'

red 107 ◦ green 222 ◦ blue 203

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

Shades of Downy #6BDECB

Tints of Downy #6BDECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.73%

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

R = 20.11%
G = 41.73%
B = 38.16%

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

#6BDECB (or 0x6BDECB) is known color: Downy. HEX triplet: 6B, DE and CB. RGB value is (107,222,203). Sum of RGB (Red+Green+Blue) = 107+222+203=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDECB is #942134. Grayscale: #B9B9B9. Windows color (decimal): -9707829 or 13360747. OLE color: 13360747.

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

Color convert

RGB 107 222 203 -
CMYK 0.52 0 0.09 0.13
HSL 170.09º 0.64% 0.65% -
HSV(B) 170.09º 0.52% 0.87% -
XYZ 42.96 59.68 65.75 -
YUV 185.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 107 222 203 0.52 0 0.09 0.13 170.09 0.64 0.65
Hex 6B DE CB 34 0 9 D AA 40 41
Octal 153 336 313 64 0 11 15 252 100 101
Binary 1101011 11011110 11001011 110100 0 1001 1101 10101010 1000000 1000001

Color Harmonies of #6BDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDECB

Black with #6BDECB

Text Example


Text Example

White with #6BDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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