Html Css Color HEX #6ADECB Downy

📋 copy color: '#6ADECB'

red 106 ◦ green 222 ◦ blue 203

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

Shades of Downy #6ADECB

Tints of Downy #6ADECB

RGB

 RED value IS 106 (41.8% from 255) = 19.96%

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

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

R = 19.96%
G = 41.81%
B = 38.23%

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

#6ADECB (or 0x6ADECB) is known color: Downy. HEX triplet: 6A, DE and CB. RGB value is (106,222,203). Sum of RGB (Red+Green+Blue) = 106+222+203=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADECB is #952134. Grayscale: #B9B9B9. Windows color (decimal): -9773365 or 13360746. OLE color: 13360746.

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

Color convert

RGB 106 222 203 -
CMYK 0.52 0 0.09 0.13
HSL 170.17º 0.64% 0.64% -
HSV(B) 170.17º 0.52% 0.87% -
XYZ 42.84 59.62 65.75 -
YUV 185.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 106 222 203 0.52 0 0.09 0.13 170.17 0.64 0.64
Hex 6A DE CB 34 0 9 D AA 40 40
Octal 152 336 313 64 0 11 15 252 100 100
Binary 1101010 11011110 11001011 110100 0 1001 1101 10101010 1000000 1000000

Color Harmonies of #6ADECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADECB

Black with #6ADECB

Text Example


Text Example

White with #6ADECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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