Html Css Color HEX #6AECC0 Downy

📋 copy color: '#6AECC0'

red 106 ◦ green 236 ◦ blue 192

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

Shades of Downy #6AECC0

Tints of Downy #6AECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.19%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 19.85%
G = 44.19%
B = 35.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6AECC0 (or 0x6AECC0) is known color: Downy. HEX triplet: 6A, EC and C0. RGB value is (106,236,192). Sum of RGB (Red+Green+Blue) = 106+236+192=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECC0 is #95133F. Grayscale: #C0C0C0. Windows color (decimal): -9769792 or 12643434. OLE color: 12643434.

HSL color Cylindrical-coordinate representation of color #6AECC0: hue angle of 159.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECC0 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 192 -
CMYK 0.55 0 0.19 0.07
HSL 159.69º 0.77% 0.67% -
HSV(B) 159.69º 0.55% 0.93% -
XYZ 45.45 66.86 60.38 -
YUV 192.11 127.93 66.58 -
System Red Green Blue C M Y K H S L
Decimal 106 236 192 0.55 0 0.19 0.07 159.69 0.77 0.67
Hex 6A EC C0 37 0 13 7 A0 4D 43
Octal 152 354 300 67 0 23 7 240 115 103
Binary 1101010 11101100 11000000 110111 0 10011 111 10100000 1001101 1000011

Color Harmonies of #6AECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECC0

Black with #6AECC0

Text Example


Text Example

White with #6AECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,236,192); }

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

background-color css

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

 a { background-color: rgb(106,236,192); }

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

border-color css

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

 span { border-color: rgb(106,236,192); }

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