Html Css Color HEX #6ADECF Downy

📋 copy color: '#6ADECF'

red 106 ◦ green 222 ◦ blue 207

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

Shades of Downy #6ADECF

Tints of Downy #6ADECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 19.81%
G = 41.5%
B = 38.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6ADECF (or 0x6ADECF) is known color: Downy. HEX triplet: 6A, DE and CF. RGB value is (106,222,207). Sum of RGB (Red+Green+Blue) = 106+222+207=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADECF is #952130. Grayscale: #B9B9B9. Windows color (decimal): -9773361 or 13622890. OLE color: 13622890.

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

Color convert

RGB 106 222 207 -
CMYK 0.52 0 0.07 0.13
HSL 172.24º 0.64% 0.64% -
HSV(B) 172.24º 0.52% 0.87% -
XYZ 43.33 59.81 68.29 -
YUV 185.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 106 222 207 0.52 0 0.07 0.13 172.24 0.64 0.64
Hex 6A DE CF 34 0 7 D AC 40 40
Octal 152 336 317 64 0 7 15 254 100 100
Binary 1101010 11011110 11001111 110100 0 111 1101 10101100 1000000 1000000

Color Harmonies of #6ADECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADECF

Black with #6ADECF

Text Example


Text Example

White with #6ADECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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